b89d040ac1e5b924568eeb1f647ee8074db45efa
[vrfileman] / 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_