Update research.h

This commit is contained in:
Jason Bou-Samra
2024-10-09 20:06:46 +11:00
committed by GitHub
parent 064a88d0fd
commit 7171099ce5
+1
View File
@@ -6,4 +6,5 @@ int eliminate_c(void); // eliminate clusters
int cascade(void); // cascade ceiling tiles int cascade(void); // cascade ceiling tiles
int clear_mat(void); // clear matched array; int clear_mat(void); // clear matched array;
extern int matched;
#endif #endif