Antkeeper  0.0.1
Functions
strings.hpp File Reference
#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...
 

Function Documentation

◆ get_string()

std::string get_string ( const ::game ctx,
hash::fnv1a32_t  key 
)

Returns a localized string.

Parameters
ctxGame context.
keyString key.
Returns
String value.

Definition at line 23 of file strings.cpp.