Initial commit
This commit is contained in:
24
Torque/SDK/tools/maya2dtsExporter/mayaSceneEnum.h
Normal file
24
Torque/SDK/tools/maya2dtsExporter/mayaSceneEnum.h
Normal file
@@ -0,0 +1,24 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Torque Game Engine
|
||||
// Copyright (C) GarageGames.com, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef DTSMAYASCENEENUM_H_
|
||||
#define DTSMAYASCENEENUM_H_
|
||||
|
||||
#include "appSceneEnum.h"
|
||||
|
||||
namespace DTS
|
||||
{
|
||||
|
||||
class MayaSceneEnum : public AppSceneEnum
|
||||
{
|
||||
typedef AppSceneEnum Parent;
|
||||
|
||||
public:
|
||||
void enumScene();
|
||||
};
|
||||
|
||||
}; // namespace DTS
|
||||
|
||||
#endif // #define DTSMAYASCENEENUM_H_
|
||||
Reference in New Issue
Block a user