Copying from gitlab
This commit is contained in:
12
includes/types.hpp
Normal file
12
includes/types.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
enum class MenuState {
|
||||
NONE,
|
||||
PLAY,
|
||||
EDIT,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
int x;
|
||||
int y;
|
||||
} Vector2i;
|
||||
Reference in New Issue
Block a user