forked from Mirror/wren
10 lines
176 B
C
10 lines
176 B
C
#ifndef timer_h
|
|
#define timer_h
|
|
|
|
#include "wren.h"
|
|
|
|
WrenForeignMethodFn timerBindForeign(
|
|
WrenVM* vm, const char* className, bool isStatic, const char* signature);
|
|
|
|
#endif
|