server/src/chaos.h
2019-09-13 21:35:44 +02:00

12 lines
143 B
C

#ifndef H_GC_CHAOS
#define H_GC_CHAOS
#ifdef __cplusplus
extern "C" {
#endif
void chaos_update(void);
#ifdef __cplusplus
}
#endif
#endif