mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-08 18:36:00 +03:00
12 lines
287 B
C++
12 lines
287 B
C++
#ifndef CLIENTOBJECT_UNIT_C_HPP
|
|
#define CLIENTOBJECT_UNIT_C_HPP
|
|
|
|
#include "db/rec/ChrRacesRec.hpp"
|
|
|
|
class CGUnit_C {
|
|
public:
|
|
static const char* GetDisplayRaceNameFromRecord(ChrRacesRec* record, uint8_t sexIn, uint8_t* sexOut = nullptr);
|
|
};
|
|
|
|
#endif // CLIENTOBJECT_UNIT_C_HPP
|