1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 02:56:46 +02:00

Begin implementing chess

This commit is contained in:
jfreegman
2020-12-19 15:40:00 -05:00
parent b9ea733470
commit 97cb43a218
12 changed files with 1752 additions and 34 deletions

View File

@ -53,10 +53,10 @@ typedef enum {
YELLOW,
MAGENTA,
BLACK,
BLUE_BLACK,
BLACK_WHITE,
WHITE_BLACK,
WHITE_BLUE,
WHITE_GREEN,
BAR_TEXT,
STATUS_ONLINE,
BAR_ACCENT,
@ -290,4 +290,5 @@ void draw_window_bar(ToxWindow *self);
call at least once per second */
void refresh_inactive_windows(void);
#endif /* WINDOWS_H */
#endif // WINWDOWS_H