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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user