Update backdrop.h

This commit is contained in:
Jason Bou-Samra
2024-09-07 20:40:34 +10:00
committed by GitHub
parent 9716bb840b
commit 455c86b55b
+1 -1
View File
@@ -2,6 +2,6 @@
#define BACKDROP_H #define BACKDROP_H
extern int colour; extern int colour;
int backdrop (int colour); int backdrop(int colour);
#endif #endif