From d9a8bab63131ccbd46420c9950fcaaad95e248aa Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 10 May 2020 18:14:14 +0200 Subject: update file loader for new VC fields --- src/core/FileLoader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/FileLoader.h') 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); -- cgit v1.2.3