Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "config.h"
#include <Python.h>
#include <vector>
#include <string>
#include <math.h>
#include "python/python_class.h"
#include "base.h"
#include "base_util.h"
#include "vsfilesystem.h"
#include <boost/version.hpp>
#include <boost/python/object.hpp>
Go to the source code of this file.
Functions | |
static FILE * | withAndWithout (std::string filename, std::string time_of_day_hint) |
static FILE * | getFullFile (std::string filename, std::string time_of_day_hint, std::string faction) |
|
static |
Definition at line 27 of file base_xml.cpp.
References withAndWithout().
Referenced by BaseInterface::Load().
|
static |
Definition at line 17 of file base_xml.cpp.
References BASE_EXTENSION, and VSFileSystem::vs_open().
Referenced by getFullFile().