polserver/pol-core/bscript/modules.h
turleypol dbb25bdb62
Include and buildsystem cleanup (#45)
Include cleanup
Reworked buildsystem (Linux only)
Removed dynamic libs, Linux now again uses static linking (like windows)
2018-01-29 21:55:48 +01:00

16 lines
159 B
C++

/** @file
*
* @par History
*/
#ifndef __MODULES_H
#define __MODULES_H
namespace Pol
{
namespace Bscript
{
typedef enum { Mod_Basic } ModuleID;
}
}
#endif