Pyrogenesis  trunk
Classes | Functions
MapIO.h File Reference
#include "lib/file/vfs/vfs_path.h"
#include "lib/os_path.h"
#include "lib/status.h"
Include dependency graph for MapIO.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMapIO
 
struct  CMapIO::STileDesc
 

Functions

Status LoadHeightmapImageVfs (const VfsPath &filepath, std::vector< u16 > &heightmap)
 
Status LoadHeightmapImageOs (const OsPath &filepath, std::vector< u16 > &heightmap)
 

Function Documentation

◆ LoadHeightmapImageOs()

Status LoadHeightmapImageOs ( const OsPath filepath,
std::vector< u16 > &  heightmap 
)

◆ LoadHeightmapImageVfs()

Status LoadHeightmapImageVfs ( const VfsPath filepath,
std::vector< u16 > &  heightmap 
)