Files
ivy/asm/include/ivy/asm/lex.h
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

8 lines
111 B
C

#ifndef IVY_ASM_LEX_H_
#define IVY_ASM_LEX_H_
#include <ivy/misc.h>
IVY_API void placeholder12(void);
#endif