RegisterLua and ShowCommands, continue refactor
This commit is contained in:
@@ -212,4 +212,9 @@ inline uint64_t GetRandomU64(RandomSeed *state) {
|
||||
x ^= x >> 7;
|
||||
x ^= x << 17;
|
||||
return state->a = x;
|
||||
}
|
||||
}
|
||||
|
||||
#define STRINGIFY_(x) x
|
||||
#define STRINGIFY(x) STRINGIFY_(x)
|
||||
#define CONCAT_(a, b) a ## b
|
||||
#define CONCAT(a, b) CONCAT_(a, b)
|
||||
|
||||
Reference in New Issue
Block a user