mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
24 lines
No EOL
432 B
C++
24 lines
No EOL
432 B
C++
/*
|
|
History
|
|
=======
|
|
2006/09/23 Shinigami: Script_Cycles, Sleep_Cycles and Script_passes uses 64bit now
|
|
|
|
Notes
|
|
=======
|
|
|
|
*/
|
|
|
|
#include "escriptv.h"
|
|
namespace Pol {
|
|
namespace Bscript {
|
|
bool ecompile_include_debug_sections;
|
|
int include_debug;
|
|
|
|
int executor_count;
|
|
int eobject_imp_count;
|
|
int eobject_imp_constructions;
|
|
int escript_program_count;
|
|
u64 escript_instr_cycles;
|
|
int escript_execinstr_calls;
|
|
}
|
|
} |