|
ug4
|
#include <fstream>#include <sstream>#include <string>#include <vector>#include "../lg_base.h"#include "common/util/string_util.h"#include "file_io_txt.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| bool | ug::LoadGridFromTXT (Grid &grid, const char *filename, AVector3 &aPos=aPosition) |
| loads a grid from txt | |
| bool | ug::SaveGridToTXT (Grid &grid, const char *filename, AVector3 &aPos=aPosition) |
| saves a grid to txt | |