mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Add main() stub to sokol example for windows
This commit is contained in:
parent
aed1f2f30d
commit
51de072730
1 changed files with 2 additions and 0 deletions
|
|
@ -75,3 +75,5 @@ sapp_desc sokol_main(int argc, char **argv) {
|
|||
.logger.func = slog_func,
|
||||
};
|
||||
}
|
||||
|
||||
int main();
|
||||
Loading…
Add table
Add a link
Reference in a new issue