Files
fun-columns-sdl/src/backdrop.h
T
2024-09-07 20:40:34 +10:00

8 lines
92 B
C

#ifndef BACKDROP_H
#define BACKDROP_H
extern int colour;
int backdrop(int colour);
#endif