minecraft-pi-reborn/mods/src/misc/misc.h
TheBrokenRail f9e893d1c3
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Refactor
2020-12-02 18:18:49 -05:00

15 lines
130 B
C

#ifndef MISC_H
#define MISC_H
#ifdef __cplusplus
extern "C" {
#endif
void init_misc_cpp();
#ifdef __cplusplus
}
#endif
#endif