Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef KONAN_MAIN_H
- #define KONAN_MAIN_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef __cplusplus
- typedef bool main_KBoolean;
- #else
- typedef _Bool main_KBoolean;
- #endif
- typedef unsigned short main_KChar;
- typedef signed char main_KByte;
- typedef short main_KShort;
- typedef int main_KInt;
- typedef long long main_KLong;
- typedef unsigned char main_KUByte;
- typedef unsigned short main_KUShort;
- typedef unsigned int main_KUInt;
- typedef unsigned long long main_KULong;
- typedef float main_KFloat;
- typedef double main_KDouble;
- typedef void* main_KNativePtr;
- struct main_KType;
- typedef struct main_KType main_KType;
- typedef struct {
- main_KNativePtr pinned;
- } main_kref_kotlin_Array;
- extern const char* hello();
- extern main_KInt helloInt();
- typedef struct {
- /* Service functions. */
- void (*DisposeStablePointer)(main_KNativePtr ptr);
- void (*DisposeString)(const char* string);
- main_KBoolean (*IsInstance)(main_KNativePtr ref, const main_KType* type);
- /* User functions. */
- struct {
- struct {
- struct {
- struct {
- struct {
- main_KUInt (*get_RETRO_DEVICE_NONE)();
- const char* (*hello_)();
- main_KInt (*helloInt_)();
- void (*main)(main_kref_kotlin_Array args);
- } libretro;
- } teddyheinen;
- } com;
- } root;
- } kotlin;
- } main_ExportedSymbols;
- extern main_ExportedSymbols* main_symbols(void);
- #ifdef __cplusplus
- } /* extern "C" */
- #endif
- #endif /* KONAN_MAIN_H */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement