mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-08 15:51:47 +00:00
7 lines
99 B
C
7 lines
99 B
C
|
#pragma once
|
||
|
|
||
|
#include "tarray.h"
|
||
|
#include "zstring.h"
|
||
|
|
||
|
using Dictionary = TMap<FString, FString>;
|