mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-15 11:51:15 +00:00
Kinda starts running, but seems to "boot-loop", which is annoying. Also, `isle.ini` is empty, for some reason.
15 lines
188 B
C
15 lines
188 B
C
// atof.h
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
void my_output(void *userdata, int category, SDL_LogPriority priority, const char *message);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|