Pocess?
This commit is contained in:
parent
cede90a231
commit
11a80b5d09
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// The following hackery is to allow typed C++ enum for C++ code, yet have ToLua pocess the values.
|
// 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
|
// ToLua doesn't understand typed enums, so we use preprocessor to hide it from ToLua.
|
||||||
|
|
||||||
enum ENUM_BLOCK_ID : BLOCKTYPE
|
enum ENUM_BLOCK_ID : BLOCKTYPE
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
Reference in New Issue
Block a user