pyEngine.cpp

Go to the documentation of this file.
00001 /*
00002  * pyEngine.cpp
00003  *
00004  *  Created on: Dec 4, 2011
00005  *      Author: sushil
00006  */
00007 
00008 //#include<boost/python.hpp>
00009 //
00010 //using namespace boost::python;
00011 //
00012 //#include <engine.h>
00013 //using namespace FastEcslent;
00014 //#include <options.h>
00015 //
00016 //BOOST_PYTHON_MODULE(engine)
00017 //{
00018 //      class_<Engine>("Engine", init<>())
00019 //                      .def(init<Options, int>())
00020 //                      .def("initialize", &Engine::initialize)
00021 //                      .def("run", &Engine::run)
00022 //                      .def("loadLevel", &Engine::loadLevel)
00023 //                      ;
00024 //}

Generated on Fri Dec 13 14:54:18 2013 for FastECSLent by  doxygen 1.5.4