cyberenv
[vrfileman] / src / backdrop.h
1 #ifndef BACKDROP_H_
2 #define BACKDROP_H_
3
4 bool init_backdrop();
5 void cleanup_backdrop();
6
7 void draw_backdrop();
8
9 #endif  // BACKDROP_H_