working on adding a entity workflow
This commit is contained in:
9
source/game_source/tile.h
Normal file
9
source/game_source/tile.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef TILE_H
|
||||
#define TILE_H
|
||||
#include "color.h"
|
||||
typedef struct {
|
||||
char simble;
|
||||
color forground;
|
||||
color background;
|
||||
} tile;
|
||||
#endif
|
||||
Reference in New Issue
Block a user