mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
+1
-1
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
|
||||
|
||||
# Set the project version and language
|
||||
project(Ghostship VERSION 1.0.0 LANGUAGES C CXX ASM)
|
||||
project(Ghostship VERSION 1.0.1 LANGUAGES C CXX ASM)
|
||||
include(FetchContent)
|
||||
|
||||
include(cmake/ghostship-cvars.cmake)
|
||||
|
||||
@@ -38,9 +38,9 @@ struct GraphNodeEntry {
|
||||
GraphNodeFunc function;
|
||||
};
|
||||
|
||||
#define FUNC(f) \
|
||||
GraphNodeEntry { \
|
||||
#f, reinterpret_cast<GraphNodeFunc>(f) \
|
||||
#define FUNC(f) \
|
||||
GraphNodeEntry { \
|
||||
#f, reinterpret_cast < GraphNodeFunc>(f) \
|
||||
}
|
||||
|
||||
std::unordered_map<uint32_t, GraphNodeEntry> mUSFunctionTable = {
|
||||
|
||||
Reference in New Issue
Block a user