polserver/pol-core/bscript/escriptv.cpp
turleypol 21577d8e5b
Clang Tidy concat namespaces (#855)
* tidy

* Automated clang-tidy change: modernize-concat-nested-namespaces

* compile test

* fix namespace

---------

Co-authored-by: Clang Tidy <clang-tidy@users.noreply.github.com>
2026-01-17 10:30:21 +01:00

23 lines
460 B
C++

/** @file
*
* @par History
* - 2006/09/23 Shinigami: Script_Cycles, Sleep_Cycles and Script_passes uses 64bit now
*/
#include "escriptv.h"
#include "../clib/rawtypes.h"
namespace Pol::Bscript
{
int include_debug;
int executor_count = 0;
std::atomic<int> eobject_imp_count( 0 );
std::atomic<int> eobject_imp_constructions( 0 );
int escript_program_count = 0;
u64 escript_instr_cycles = 0;
int escript_execinstr_calls = 0;
} // namespace Pol::Bscript