33 #ifndef __H__LIB_GRID__FILE_IO_ART__
34 #define __H__LIB_GRID__FILE_IO_ART__
36 #include "../grid/grid.h"
38 #include "../common_attachments.h"
45 ISubsetHandler* pSH = NULL,
51 ISubsetHandler* pSH = NULL,
bool SaveGridToART(Grid &srcGrid, const char *filename, ISubsetHandler *pSH, AVector3 &aPos)
saves a grid to art
Definition: file_io_art.cpp:580
bool LoadGridFromART(Grid &grid, const char *filename, ISubsetHandler *pSH, AVector3 &aPos)
loads a grid from art
Definition: file_io_art.cpp:300
APosition aPosition("position", true)
The standard 3d position type.
Definition: common_attachments.h:84
Attachment< vector3 > AVector3
Definition: common_attachments.h:62