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