server/src/prefix.h

17 lines
190 B
C
Raw Normal View History

#pragma once
#ifndef PREFIX_H
#define PREFIX_H
#ifdef __cplusplus
extern "C" {
#endif
void add_raceprefix(const char *);
char **race_prefixes;
#ifdef __cplusplus
}
#endif
#endif