Added project files for Visual Studio and Xcode.

Change-Id: Ife9775fdedc9e084c1e826ef13dff06a1b1b2ec2
Tested: on Windows and OS X.
This commit is contained in:
Wouter van Oortmerssen
2014-06-11 13:53:32 -07:00
parent 26a30738a4
commit 3bcab16e91
23 changed files with 2254 additions and 7 deletions

View File

@@ -298,7 +298,7 @@ static void GenStruct(StructDef &struct_def, std::string *code_ptr) {
// Iterate through all definitions we haven't generate code for (enums, structs,
// and tables) and output them to a single file.
static std::string GenerateCPP(const Parser &parser) {
std::string GenerateCPP(const Parser &parser) {
using namespace cpp;
// Generate code for all the enum declarations.