added summerhack
[summerhack] / tools / curve_draw / 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_