native s3d implementation

This commit is contained in:
Bryan Conrad
2014-02-23 11:17:21 -08:00
parent c7830bea6a
commit 5eb972ac5e
16 changed files with 711 additions and 21 deletions

View File

@@ -0,0 +1,14 @@
#ifndef LIME_S3D_EYE_H
#define LIME_S3D_EYE_H
namespace lime {
enum S3DEye {
EYE_MIDDLE,
EYE_LEFT,
EYE_RIGHT
};
}
#endif