diff options
Diffstat (limited to 'fbwarn/src/BVGTypes.h')
-rw-r--r-- | fbwarn/src/BVGTypes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fbwarn/src/BVGTypes.h b/fbwarn/src/BVGTypes.h index be7669f..95e1dd8 100644 --- a/fbwarn/src/BVGTypes.h +++ b/fbwarn/src/BVGTypes.h @@ -1,6 +1,11 @@ #include <raylib.h> #include <stdbool.h> +typedef struct BVGIMG { + int width; + int height; +} BVGIMG; + typedef struct BVGRectangle { Rectangle rayrectangle; bool fill; |