Add snapshot for Lime legacy
This commit is contained in:
14
legacy/project/include/S3DEye.h
Normal file
14
legacy/project/include/S3DEye.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef S3D_EYE_H
|
||||
#define S3D_EYE_H
|
||||
|
||||
namespace nme {
|
||||
|
||||
enum S3DEye {
|
||||
EYE_MIDDLE,
|
||||
EYE_LEFT,
|
||||
EYE_RIGHT
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user