Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "wrap-vector.hpp"
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-memory.hpp"
|
||||
#include "wrap-algorithm.hpp"
|
||||
|
||||
#include "luastack.hpp"
|
||||
#include "util.hpp"
|
||||
#include "gui.hpp"
|
||||
@@ -15,9 +14,10 @@
|
||||
#include "luaconsole.hpp"
|
||||
#include "pprint.hpp"
|
||||
#include "printbuffer.hpp"
|
||||
#include <memory>
|
||||
#include <algorithm>
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <csignal>
|
||||
|
||||
class TextGame : public DrivenEngine {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user