13 lines
219 B
C
Executable File
13 lines
219 B
C
Executable File
#ifndef LEVEL_INTERIOR_H
|
|
#define LEVEL_INTERIOR_H
|
|
|
|
#include "include/Engine.h"
|
|
#include "gamecode.h"
|
|
|
|
struct GameLevelInterior {
|
|
Eigen::Vector2f position;
|
|
Eigen::Vector2f dimensions;
|
|
//reserved
|
|
};
|
|
|
|
#endif |