Add snapshot for Lime legacy
This commit is contained in:
21
legacy/project/include/S3D.h
Normal file
21
legacy/project/include/S3D.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef S3D_H
|
||||
#define S3D_H
|
||||
|
||||
namespace nme {
|
||||
|
||||
enum S3DOrientation {
|
||||
S3D_ORIENTATION_VERTICAL,
|
||||
S3D_ORIENTATION_HORIZONTAL
|
||||
};
|
||||
|
||||
namespace S3D {
|
||||
|
||||
void SetEnabled (bool enabled);
|
||||
void SetOrientation (S3DOrientation orientation);
|
||||
bool GetEnabled ();
|
||||
bool IsSupported ();
|
||||
|
||||
} // end namespace S3D
|
||||
} // end namespace nme
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user