This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/data/localization/List.h

11 lines
143 B
C++

#pragma once
#include "common/Localization.h"
extern Locale const &Locale_EN;
const std::vector<Locale const *> locales =
{
&Locale_EN,
};