mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 05:08:04 +00:00
Add main() stub to sokol example for windows
This commit is contained in:
parent
e89f8901a8
commit
5d772d3d46
@ -75,3 +75,5 @@ sapp_desc sokol_main(int argc, char **argv) {
|
||||
.logger.func = slog_func,
|
||||
};
|
||||
}
|
||||
|
||||
int main();
|
Loading…
Reference in New Issue
Block a user