server/src/chaos.h

13 lines
143 B
C
Raw Normal View History

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