- moved the dictionary implementation into the 'scripting' folder where it really belongs.

This commit is contained in:
Christoph Oelckers 2020-04-11 12:24:39 +02:00
commit cc48f18303
5 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@
#include "wi_stuff.h"
#include "a_dynlight.h"
#include "types.h"
#include "utility/dictionary.h"
#include "dictionary.h"
static TArray<FPropertyInfo*> properties;
static TArray<AFuncDesc> AFTable;