8 lines
92 B
C
8 lines
92 B
C
#ifndef BACKDROP_H
|
|
#define BACKDROP_H
|
|
|
|
extern int colour;
|
|
int backdrop(int colour);
|
|
|
|
#endif
|