2015-11-10 23:47:14 +01:00
|
|
|
#ifndef BSCRIPT_OBJECT_H
|
|
|
|
|
#define BSCRIPT_OBJECT_H
|
|
|
|
|
|
2016-02-19 19:26:35 +01:00
|
|
|
namespace Pol
|
|
|
|
|
{
|
|
|
|
|
namespace Bscript
|
|
|
|
|
{
|
|
|
|
|
extern void display_bobjectimp_instances();
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-11-10 23:47:14 +01:00
|
|
|
|
2016-02-19 19:26:35 +01:00
|
|
|
#endif // BSCRIPT_OBJECT_H
|