minecraft-pi-reborn/mods/src/misc/misc.h

15 lines
130 B
C
Raw Normal View History

2020-12-02 23:18:49 +00:00
#ifndef MISC_H
#define MISC_H
#ifdef __cplusplus
extern "C" {
#endif
void init_misc_cpp();
#ifdef __cplusplus
}
#endif
#endif