Move: Utility from ActorUtil to ScreenNetBase

This commit is contained in:
Charles Lohr
2004-11-24 00:00:56 +00:00
parent 4954a4bb8d
commit 70ea342ac1
4 changed files with 12 additions and 11 deletions
+4
View File
@@ -36,6 +36,10 @@ private:
vector <BitmapText> m_textUsers;
};
//Eventually we won't be using quads in this method.
#define SET_QUAD_INIT( actor ) UtilSetQuadInit( actor, m_sName );
void UtilSetQuadInit( Actor& actor, const CString &sClassName );
#endif
/*