dchip-8/src/dchip8.h

9 lines
151 B
C
Raw Normal View History

2017-04-04 06:27:49 +00:00
#ifndef DCHIP8_H
#define DCHIP8_H
#include "dchip8_platform.h"
2017-04-04 08:15:21 +00:00
void dchip8_update(PlatformRenderBuffer *renderBuffer, PlatformInput *input);
2017-04-04 06:27:49 +00:00
#endif