mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
17 lines
126 B
C++
17 lines
126 B
C++
/** @file
|
|
*
|
|
* @par History
|
|
*/
|
|
|
|
|
|
#ifndef __COMPMODL_H
|
|
#define __COMPMODL_H
|
|
|
|
namespace Pol
|
|
{
|
|
namespace Bscript
|
|
{
|
|
}
|
|
}
|
|
|
|
#endif
|