mirror of
https://github.com/komiko44240BB/BattleBay_tool_v1.0.git
synced 2026-01-19 00:37:37 +01:00
7 lines
143 B
C
7 lines
143 B
C
#ifndef READOBJECTS_H
|
|
#define READOBJECTS_H
|
|
|
|
struct Object* readObjectFile(unsigned int object_type, char* object_name, char* rarity);
|
|
|
|
#endif
|