Steam Fort 0.5
|
#include "libtcod.hpp"
#include "parser.hpp"
#include "main.hpp"
#include "item.hpp"
#include "mobile.hpp"
#include "building.hpp"
#include "order.hpp"
#include "recipe.hpp"
#include <iostream>
#include "help.hpp"
#include <stdio.h>
Functions | |
void | loadproto () |
Define structures and load all proto data from files. | |
void | loadorders () |
Define structures and load orders from files. |
void loadorders | ( | ) |
Define structures and load orders from files.
void loadproto | ( | ) |
Define structures and load all proto data from files.