mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
6 lines
234 B
C++
6 lines
234 B
C++
// ////////////////////////////////////////////////////////////////////////////////////////////////
|
|
#include "SqMod.h"
|
|
|
|
// This method is used to avoid compilers warning about C++ flags on C files and vice-versa.
|
|
#include "SqMod.inl"
|