Mgrs.h 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #ifndef _AE_Mgrs_h #define _AE_Mgrs_h #include "AssetMgr.h" #include "FileMgr.h" #include "EditMgr.h" #include "U64Dev.h" extern AssetMgr *theAssetMgr; extern FileMgr *theFileMgr; extern EditMgr *theEditMgr; extern U64Device *theU64Dev; #endif