add lua binding generator tools, changes in pch header

This commit is contained in:
Eduardo Bart
2011-12-04 20:26:53 -02:00
parent f548825faf
commit d2d8a0097a
9 changed files with 207 additions and 39 deletions

View File

@@ -23,42 +23,8 @@
#ifndef FRAMEWORK_GLOBAL_H
#define FRAMEWORK_GLOBAL_H
// common C headers
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cassert>
#include <ctime>
#include <cmath>
#include <csignal>
// common STL headers
#include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include <list>
#include <queue>
#include <deque>
#include <stack>
#include <map>
#include <algorithm>
#include <exception>
#include <memory>
#include <type_traits>
#include <tuple>
#include <functional>
#include <typeinfo>
#include <array>
#include <iomanip>
#include <unordered_map>
#include <random>
#include <chrono>
// boost utilities
#include <boost/algorithm/string.hpp>
#include <boost/any.hpp>
// common C/C++ headers
#include "pch.h"
// global constants
#include "const.h"