Convert all path-related (body, switch) logic to use integer milliseconds
[neverball] / share / syswm.h
1 #ifndef SYSWM_H
2 #define SYSWM_H
3
4 void set_SDL_icon (const char *);
5 void set_EWMH_icon(const char *);
6
7 #endif