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