16 lines
192 B
C
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 |