summaryrefslogtreecommitdiff
path: root/Runtime/Utilities/UnityString.h
blob: 574f42df36b4e8acbef114d6ac4c8798dd9198ca (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef UNITY_STRING_H
#define UNITY_STRING_H

#if !UNITY_EXTERNAL_TOOL
#if UNITY_WIN
#include "Runtime/Allocator/MemoryMacros.h"
#endif
#endif

#endif