select screen
This commit is contained in:
+3
-5
@@ -4,9 +4,9 @@
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
struct Parameters {
|
||||
// TODO
|
||||
};
|
||||
typedef struct Parameters {
|
||||
unsigned char screen;
|
||||
} Parameters;
|
||||
|
||||
typedef struct Vertex {
|
||||
vec2 pos;
|
||||
@@ -28,6 +28,4 @@ typedef struct ShaderProgram {
|
||||
GLuint vertex_array;
|
||||
} ShaderProgram;
|
||||
|
||||
typedef struct Parameters parameters;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user