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

#include "world.h"

void animation_system(World* world);
void sprite_system(const World* world);

#endif