comparison src/xs_curve.h @ 526:fa95d942f226

Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 16:53:05 +0000
parents 54d86ee98b98
children 425da926d310
comparison
equal deleted inserted replaced
525:9395961504c1 526:fa95d942f226
1 #ifndef _XS_CURVE_H 1 #ifndef XS_CURVE_H
2 #define _XS_CURVE_H 2 #define XS_CURVE_H
3 3
4 #include <gdk/gdk.h> 4 #include <gdk/gdk.h>
5 #include <gtk/gtkdrawingarea.h> 5 #include <gtk/gtkdrawingarea.h>
6 6
7 #ifdef __cplusplus 7 #ifdef __cplusplus
56 56
57 #ifdef __cplusplus 57 #ifdef __cplusplus
58 } 58 }
59 #endif 59 #endif
60 60
61 #endif /* _XS_CURVE_H */ 61 #endif /* XS_CURVE_H */