WIP: clean up binary/lock files #1
8 changed files with 4 additions and 17 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* text=auto
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
ecs
|
||||
Makefile~
|
||||
main.cpp~
|
||||
*~
|
||||
#*
|
||||
*.o
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
#include <unordered_map>
|
||||
|
||||
struct PositionComponent {
|
||||
double x, y;
|
||||
};
|
||||
|
||||
struct VelocityComponent {
|
||||
double x, y;
|
||||
};
|
||||
|
||||
struct AccelerationComponent {
|
||||
double x, y;
|
||||
};
|
||||
|
||||
struct TextureComponent {
|
||||
std::string texture_path;
|
||||
};
|
BIN
src/entity.o
BIN
src/entity.o
Binary file not shown.
BIN
src/main.o
BIN
src/main.o
Binary file not shown.
Loading…
Reference in a new issue