summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authoroxore <oxore@protonmail.com>2016-09-04 00:30:10 +0700
committeroxore <oxore@protonmail.com>2016-09-04 00:30:10 +0700
commit5a8b79c468578cd5226d8a543324835ca6978103 (patch)
treef0b2888f40d06e62f63d046d0eb8dd5c62376a3d /common.h
parent81a072addd62c6c796633ab456b02c586cf86570 (diff)
removed old files
Diffstat (limited to 'common.h')
-rw-r--r--common.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/common.h b/common.h
deleted file mode 100644
index 84cbe2c..0000000
--- a/common.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#include <SFML/Audio.h>
-#include <SFML/Graphics.h>
-#include <SFML/System.h>
-#include <SFML/Window/Keyboard.h>
-#include <stdio.h>
-#include <time.h>
-#include <stdlib.h>
-#include "functions.h"
-#include "tet_conf.h"
-
-//#define EXIT_FAILURE -1
-//#define EXIT_SUCCESS 0
-
-struct tCell {
- short a; // active/empty state of cell
- sfColor fColor, oColor; // fill and outline color of cell
-};
-
-struct tCell activeShape[4][4], // 4x4 block of active crawling shape
- field_rAttr[20][10];// field cells attributess
-