diff options
author | zlago | 2024-10-26 20:21:15 +0200 |
---|---|---|
committer | zlago | 2024-10-26 20:22:08 +0200 |
commit | ee316a07cdfb01e52694edef2cc998e672e2885b (patch) | |
tree | 99ad4155267146e8b727905de539ddcaf1d0bcca /src/particles.h | |
parent | d44d411e0eb3800ed883374b29c2863e1a863735 (diff) |
redo the damage system
Diffstat (limited to 'src/particles.h')
-rw-r--r-- | src/particles.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/particles.h b/src/particles.h new file mode 100644 index 0000000..c841817 --- /dev/null +++ b/src/particles.h @@ -0,0 +1,7 @@ +#pragma once +#include <SDL2/SDL.h> + +extern SDL_Rect const particle_gray; +extern SDL_Rect const particle_red; +extern SDL_Rect const particle_orange; +extern SDL_Rect const particle_white; |