Files
ivy/rt/runtime.c
Max Wash 646a851a10 meta: add msvc support
since bluelib is already cross-platform, this is mostly just adding
__declspec(dllexport) to the library functions.
2024-11-14 19:30:36 +00:00

6 lines
56 B
C

#include <ivy/rt/runtime.h>
void placeholder(void)
{
}