summary refs log tree commit diff
path: root/src/particles.h
blob: bcfa6fe47edb401df955b7d6676715ac6389cac0 (plain)
1
2
3
4
5
6
7
#pragma once
#include <SDL2/SDL_rect.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;