first commit
This commit is contained in:
34
include/engine/scene3d/scene_ace_manager.h
Normal file
34
include/engine/scene3d/scene_ace_manager.h
Normal file
@ -0,0 +1,34 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef __SCENEACEMANAGER__
|
||||
#define __SCENEACEMANAGER__
|
||||
|
||||
|
||||
namespace GS {
|
||||
namespace ACE { class Manager; }
|
||||
namespace S3D {
|
||||
|
||||
enum
|
||||
{
|
||||
ACESN_toposition = 0,
|
||||
ACESN_offsetposition,
|
||||
ACESN_tooffset,
|
||||
ACESN_toscale,
|
||||
ACESN_torotation,
|
||||
ACESN_toalpha
|
||||
};
|
||||
|
||||
struct ACEManager
|
||||
{
|
||||
static ACE::Manager *Get();
|
||||
};
|
||||
|
||||
} // S3D
|
||||
} // GS
|
||||
|
||||
|
||||
#endif // __SCENEACEMANAGER__
|
||||
Reference in New Issue
Block a user