9 lines
129 B
C
9 lines
129 B
C
|
#ifndef DCHIP8_H
|
||
|
#define DCHIP8_H
|
||
|
|
||
|
#include "dchip8_platform.h"
|
||
|
|
||
|
void dchip8_update(PlatformRenderBuffer *renderBuffer);
|
||
|
|
||
|
#endif
|