diff options
author | aap <aap@papnet.eu> | 2020-05-10 18:14:14 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-10 18:14:14 +0200 |
commit | d9a8bab63131ccbd46420c9950fcaaad95e248aa (patch) | |
tree | b3017e250ccbaf225106244221a9b3ee425c77bf /src/core/FileLoader.h | |
parent | Merge pull request #532 from Nick007J/miami (diff) | |
download | re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.gz re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.bz2 re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.lz re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.xz re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.zst re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/FileLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/FileLoader.h b/src/core/FileLoader.h index 959c919e..584a2312 100644 --- a/src/core/FileLoader.h +++ b/src/core/FileLoader.h @@ -25,6 +25,7 @@ public: static void LoadObjectTypes(const char *filename); static int LoadObject(const char *line); static int LoadTimeObject(const char *line); + static int LoadWeaponObject(const char *line); static void LoadClumpObject(const char *line); static void LoadVehicleObject(const char *line); static void LoadPedObject(const char *line); |