Files
lime/project/include/system/CFFI.h
2018-06-11 13:10:17 -07:00

16 lines
192 B
C

#ifndef LIME_SYSTEM_CFFI_H
#define LIME_SYSTEM_CFFI_H
#define HL_NAME(n) hl_##n
#include <hl.h>
#include <hx/CFFIPrime.h>
#ifndef LIME_HASHLINK
// define stubs in CFFI.cpp
#endif
#endif