mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
Include cleanup Reworked buildsystem (Linux only) Removed dynamic libs, Linux now again uses static linking (like windows)
16 lines
159 B
C++
16 lines
159 B
C++
/** @file
|
|
*
|
|
* @par History
|
|
*/
|
|
|
|
|
|
#ifndef __MODULES_H
|
|
#define __MODULES_H
|
|
namespace Pol
|
|
{
|
|
namespace Bscript
|
|
{
|
|
typedef enum { Mod_Basic } ModuleID;
|
|
}
|
|
}
|
|
#endif
|