Files
itgmania212121/src/archutils/Darwin/StepMania.pch
T
Jason Felds f1fa1e279a [tiger] Use the <map> suggestion.
I believe <string> and <vector> are already in global.h.
2011-05-30 11:32:04 -04:00

8 lines
116 B
Plaintext

#define PBBUILD
// Only do this for c++ files.
#ifdef __cplusplus
#include "global.h"
#include <map>
#endif