Update research.h
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
|||||||
#ifndef RESEARCH_H
|
#ifndef RESEARCH_H
|
||||||
#define RESEARCH_H
|
#define RESEARCH_H
|
||||||
|
|
||||||
bool research (void); // detect clusters
|
bool research(void); // detect clusters
|
||||||
int eliminate_c (void); // eliminate clusters
|
int eliminate_c(void); // eliminate clusters
|
||||||
int cascade(); // cascade ceiling tiles
|
int cascade(void); // cascade ceiling tiles
|
||||||
int clear(); // clear matched array;
|
int clear(void); // clear matched array;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user