Antkeeper
0.0.1
|
#include "game/game.hpp"
#include <engine/utility/hash/fnv1a.hpp>
#include <cstdint>
#include <string>
Go to the source code of this file.
Functions | |
std::string | get_string (const ::game &ctx, hash::fnv1a32_t key) |
Returns a localized string. More... | |
std::string get_string | ( | const ::game & | ctx, |
hash::fnv1a32_t | key | ||
) |
Returns a localized string.
ctx | Game context. |
key | String key. |
Definition at line 23 of file strings.cpp.