2013-07-29 07:13:03 -04:00
|
|
|
|
|
|
|
// Globals.h
|
|
|
|
|
|
|
|
// Used for precompiled header generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2013-11-28 07:53:38 -05:00
|
|
|
#include "../../src/Globals.h"
|
2013-07-29 07:13:03 -04:00
|
|
|
|
|
|
|
/*
|
|
|
|
// System headers:
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
// STL headers:
|
|
|
|
#include <vector>
|
|
|
|
#include <list>
|
|
|
|
#include <map>
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
// Common:
|
2013-11-28 07:53:38 -05:00
|
|
|
#include "../src/StringUtils.h"
|
|
|
|
#include "../src/OSSupport/File.h"
|
2013-07-29 07:13:03 -04:00
|
|
|
*/
|
|
|
|
|
|
|
|
// Libraries:
|
2013-11-28 07:53:38 -05:00
|
|
|
#include "expat/expat.h"
|
2013-07-29 07:13:03 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|