Skip to content

Commit f4691ad

Browse files
committed
added GetResourceIFPRoot inline function
1 parent 4ed6ef9 commit f4691ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/mods/deathmatch/logic/CResource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class CResource
9292
inline CClientEntity* GetResourceCOLModelRoot ( void ) { return m_pResourceCOLRoot; };
9393
inline CClientEntity* GetResourceDFFRoot ( void ) { return m_pResourceDFFEntity; };
9494
inline CClientEntity* GetResourceTXDRoot ( void ) { return m_pResourceTXDRoot; };
95+
inline CClientEntity* GetResourceIFPRoot ( void ) { return m_pResourceIFPRoot; };
9596

9697
// This is to delete all the elements created in this resource that are created locally in this client
9798
void DeleteClientChildren ( void );

0 commit comments

Comments
 (0)