1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Attempt at fixing language pack test

This commit is contained in:
Gymnasiast
2018-09-29 23:06:26 +02:00
parent ef6f09cf5b
commit eae09ea16d

View File

@@ -9,10 +9,15 @@
#include "openrct2/localisation/LanguagePack.h"
#include "openrct2/localisation/Language.h"
#include "openrct2/localisation/StringIds.h"
#include <gtest/gtest.h>
#ifndef _WIN32
const language_descriptor LanguagesDescriptors[] = {};
#endif
class LanguagePackTest : public testing::Test
{
protected: