area51/xCore/Entropy/Xbox/XboxMgr.hpp
Andrew Sampson 431f72b93a source
2021-08-27 19:22:41 -07:00

19 lines
378 B
C++

#ifndef _XBOXMGR_HPP_
#define _XBOXMGR_HPP_
#define kPOOL_GENERAL 0
#define kPOOL_TILED 1
#define kPOOL_TEMP 2
#define kPOOL_RECORD 0
#define kPOOL_PUSH 1
#include "x_files.hpp"
#include "QuikHeap.h"
#include "e_Singleton.hpp"
#include "xbox\xbox_Private.hpp"
#ifndef TARGET_XBOX
#error not xbox target
#endif
#endif