#ifndef DCHIP8_H
#define DCHIP8_H
#include "dchip8_platform.h"
void dchip8_update(PlatformRenderBuffer *renderBuffer, PlatformInput *input);
#endif