9 lines
190 B
C
9 lines
190 B
C
|
#ifndef EVENT_CODE_NAMES_H_
|
||
|
#define EVENT_CODE_NAMES_H_
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
void populate_event_codes(ConstantRegistry * registry);
|
||
|
|
||
|
#endif /* end of include guard: EVENT_CODE_NAMES_H_ */
|