aboutsummaryrefslogtreecommitdiff
path: root/systems.h
blob: 15abce1bec49b12370f1944f69a87982f78fdef3 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef systems_h
#define systems_h

#include "world.h"

void sprite_system(const World* world);

#endif