43e163d26a79f89b5d6aa1f8622944b9652e425f
[summerhack] / cursors.h
1 #ifndef _CURSORS_H_
2 #define _CURSORS_H_
3
4 extern SDL_Cursor *cursor_std, *cursor_cross, *cursor_x;
5
6 void init_cursors();
7
8 #endif  // _CURSORS_H_