Update backdrop.h

This commit is contained in:
Jason Bou-Samra
2024-08-03 10:35:02 +10:00
committed by GitHub
parent baac80efa7
commit 8794de86b8
+6
View File
@@ -1 +1,7 @@
#ifndef BACKDROP_H
#define BACKDROP_H
extern int colour;
int backdrop (int colour);
#endif