WiiDuktape/source/assets/include/game.h
Fries 63bb2916ca move duktape code into a static library.
this means i can try out making a launcher that launches into other
javascript engines like quickjs.
2024-06-25 14:08:04 -07:00

4 lines
66 B
C

#ifndef GAME_H
#define GAME_H
extern const char * program;
#endif