mirror of
https://github.com/zeldaret/ph
synced 2026-06-06 03:28:47 -04:00
Add Item.cpp stub
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user