1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/shared/SqMod.c
Sandu Liviu Catalin f4a11ef825 Separated major non mandatory libraries into their onwn modules.
Consolidated and simplified the module API system.
Various other fixes and improvements.
2016-02-27 11:57:10 +02:00

4 lines
234 B
C

// ////////////////////////////////////////////////////////////////////////////////////////////////
#include "SqMod.h"
#include "SqMod.inl"
/* This method is used toa void compilers warning about C++ flags on C files and viceversa. */