#include <fstream>
#include <string>
#include <iostream>
#include "bsp_loader.h"
Go to the source code of this file.
Enumerations | |
enum | READING_STATE { READING_AREA, READING_WALL, READING_UNDEF } |
Functions | |
bool | Get_Pair (int &x, int &y, ifstream &in) |
|
Definition at line 14 of file bsp_loader.cpp. Referenced by cLevel_Loader::Load(), and cBSP_Loader::Load(). |
|
Definition at line 26 of file bsp_loader.cpp. |