Rewrote texture loading actor and sprite

This commit is contained in:
Chris Danford
2001-11-25 04:31:44 +00:00
parent c52c818881
commit c679ec7956
24 changed files with 511 additions and 446 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ public:
//returns number of keys currently in the ini
int GetNumKeys();
//returns a refernce to the key for direct modification
CMapStringToString& GetKeyRef( CString keyname );
//returns a pointer to the key for direct modification
CMapStringToString* GetKeyPointer( CString keyname );
//returns number of values stored for specified key
int GetNumValues( CString keyname );