1
0
Fork 0
This commit is contained in:
Alexander Harkness 2014-10-27 16:46:17 +00:00
parent cede90a231
commit 11a80b5d09
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#pragma once
// The following hackery is to allow typed C++ enum for C++ code, yet have ToLua pocess the values.
// ToLua doesn't understand typed enums, so we use preprocessor to hide it from ToLua
// The following hackery is to allow typed C++ enum for C++ code, yet have ToLua peocess the values.
// ToLua doesn't understand typed enums, so we use preprocessor to hide it from ToLua.
enum ENUM_BLOCK_ID : BLOCKTYPE
#if 0