mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
Authors are not forced to use the clang-format setting, but should atleast be inspired by the style. The only thing which is now not allowed are tabs for ident/alignment!
12 lines
164 B
C++
12 lines
164 B
C++
#ifndef BSCRIPT_OBJECT_H
|
|
#define BSCRIPT_OBJECT_H
|
|
|
|
namespace Pol
|
|
{
|
|
namespace Bscript
|
|
{
|
|
extern void display_bobjectimp_instances();
|
|
}
|
|
}
|
|
|
|
#endif // BSCRIPT_OBJECT_H
|