Add Item.cpp stub

This commit is contained in:
Aetias
2024-03-19 00:56:11 +01:00
parent 7490c0fc8c
commit 6f5558cf65
13 changed files with 107 additions and 91 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "Item/Item.hpp"
#ifdef STUBS
bool Item::func_ov00_020ad020(ItemId item) {}
bool Item::func_ov00_020ad068(ItemId item) {}
#endif