diff SpriteObject.h @ 2331:9551756f46c4

Moving functions out of mm7_6.cpp into appropriate classes as static methods or free functions
author Grumpy7
date Wed, 02 Apr 2014 01:21:05 +0200
parents c4ab816fcc5e
children 1e865e8690ba
line wrap: on
line diff
--- a/SpriteObject.h	Tue Apr 01 23:44:27 2014 +0200
+++ b/SpriteObject.h	Wed Apr 02 01:21:05 2014 +0200
@@ -22,6 +22,8 @@
   static void UpdateObject_fn0_BLV(unsigned int uLayingItemID);
   static void UpdateObject_fn0_ODM(unsigned int uLayingItemID);
   static void OnInteraction(unsigned int uLayingItemID);
+  static bool sub_42F7EB_DropItemAt(unsigned int uSpriteID, int x, int y, int z, int a4, int count, int a7, unsigned __int16 attributes, ItemGen *a9);
+  static void sub_42F960_create_object(int x, int y, int z);
 
 
   unsigned __int16 uType;