Fixed typo.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
// The following hackery is to allow typed C++ enum for C++ code, yet have ToLua peocess the values.
|
||||
// The following hackery is to allow typed C++ enum for C++ code, yet have ToLua process the values.
|
||||
// ToLua doesn't understand typed enums, so we use preprocessor to hide it from ToLua.
|
||||
|
||||
enum ENUM_BLOCK_ID : BLOCKTYPE
|
||||
|
||||
Reference in New Issue
Block a user