25 #ifndef SFML_GRAPHICS_TYPES_H
26 #define SFML_GRAPHICS_TYPES_H
29 typedef struct sfCircleShape sfCircleShape;
30 typedef struct sfConvexShape sfConvexShape;
31 typedef struct sfFont sfFont;
32 typedef struct sfImage sfImage;
33 typedef struct sfShader sfShader;
34 typedef struct sfRectangleShape sfRectangleShape;
35 typedef struct sfRenderTexture sfRenderTexture;
36 typedef struct sfRenderWindow sfRenderWindow;
37 typedef struct sfShape sfShape;
38 typedef struct sfSprite sfSprite;
39 typedef struct sfText sfText;
40 typedef struct sfTexture sfTexture;
41 typedef struct sfTransformable sfTransformable;
42 typedef struct sfVertexArray sfVertexArray;
43 typedef struct sfVertexBuffer sfVertexBuffer;
44 typedef struct sfView sfView;
47 #endif // SFML_GRAPHICS_TYPES_H