Remove unneccesairy code

This commit is contained in:
Aaron Junker 2023-02-26 15:30:44 +01:00
parent 651e395de9
commit 25ccc3213e

View File

@ -1,10 +1,6 @@
#pragma once
#include "Generated Files/resource.h"
#ifndef GET_RESOURCE_STRING
#include <../utils/resources.h>
#endif
std::wstring GetLocalisation(int key) {
return GET_RESOURCE_STRING(key);