forked from github/server
12 lines
143 B
C
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
|