#include <fstream>
#include <string>
#include <iostream>
#include "bsp.h"
#include "level.h"
#include "main.h"
#include "errrors_display.h"
Go to the source code of this file.
Enumerations | |
enum | READING_STATE { READING_AREA, READING_WALL, READING_UNDEF, READING_RED_TRAP, READING_BLUE_TRAP, READING_GREEN_TRAP, READING_RED_BALL, READING_BLUE_BALL, READING_GREEN_BALL, READING_TIME, READING_PLAYER } |
Functions | |
bool | Get_Pair (int &x, int &y, ifstream &in) |
|
|
|