Added a few types

This commit is contained in:
ineed bots
2023-08-28 20:26:49 -06:00
parent cf83dc255c
commit d7e9ba5439
7 changed files with 24668 additions and 45 deletions

View File

@ -1,7 +1,5 @@
#pragma once
#include "structs.hpp"
#define SELECT(mp, sp) (game::environment::t4mp() ? mp : sp)
#define ASSIGN(type, mp, sp) reinterpret_cast<type>(SELECT(mp, sp))
#define CALL_ADDR(mp, sp) ASSIGN(void*, mp, sp)
@ -67,5 +65,3 @@ namespace game
T* t4sp_;
};
}
#include "symbols.hpp"