Attempt at fixing language pack test

This commit is contained in:
Gymnasiast 2018-09-29 23:06:26 +02:00
parent ef6f09cf5b
commit eae09ea16d
1 changed files with 5 additions and 0 deletions

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: