mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* tidy * Automated clang-tidy change: modernize-concat-nested-namespaces * compile test * fix namespace --------- Co-authored-by: Clang Tidy <clang-tidy@users.noreply.github.com>
11 lines
153 B
C++
11 lines
153 B
C++
#ifndef BSCRIPT_OBJECT_H
|
|
#define BSCRIPT_OBJECT_H
|
|
|
|
|
|
namespace Pol::Bscript
|
|
{
|
|
extern void display_bobjectimp_instances();
|
|
}
|
|
|
|
|
|
#endif // BSCRIPT_OBJECT_H
|