Mass refactoring part 2/2: fixing include paths and project files

This commit is contained in:
parax0
2015-12-14 19:07:22 -07:00
parent 8805baaee1
commit 824d23efc1
207 changed files with 662 additions and 1035 deletions

View File

@@ -2,10 +2,10 @@
#define CSTRINGTABLE_H
#include "CResource.h"
#include <Common/types.h>
#include <Common/CFourCC.h>
#include <Common/TString.h>
#include <Common/types.h>
#include <vector>
#include <string>
class CStringTable : public CResource
{