diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-26 11:36:30 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-26 11:36:30 +0100 |
commit | be2f2b4314799d38901c9e80dd35dee63f541c90 (patch) | |
tree | 12862774cf32f5da40afe0c481b0357edc36f565 /src/tools.h | |
parent | 051a587071e1bd25f72c77e84443be4a3426c83d (diff) | |
download | lanes-be2f2b4314799d38901c9e80dd35dee63f541c90.tar.gz lanes-be2f2b4314799d38901c9e80dd35dee63f541c90.tar.bz2 lanes-be2f2b4314799d38901c9e80dd35dee63f541c90.zip |
C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h index 95324ee..5e6ce78 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -38,7 +38,6 @@ int luaG_nameof( lua_State* L); | |||
38 | 38 | ||
39 | void populate_func_lookup_table( lua_State* L, int _i, char const* _name); | 39 | void populate_func_lookup_table( lua_State* L, int _i, char const* _name); |
40 | void initialize_allocator_function( Universe* U, lua_State* L); | 40 | void initialize_allocator_function( Universe* U, lua_State* L); |
41 | void cleanup_allocator_function( Universe* U, lua_State* L); | ||
42 | 41 | ||
43 | // ################################################################################################ | 42 | // ################################################################################################ |
44 | 43 | ||