cosmotool/src/loadFlash.hpp

14 lines
218 B
C++
Raw Normal View History

2011-06-06 15:56:54 +02:00
#ifndef __COSMO_LOAD_FLASH_HPP
#define __COSMO_LOAD_FLASH_HPP
#include "load_data.hpp"
#include "loadSimu.hpp"
namespace CosmoTool {
SimuData *loadFlashMulti(const char *fname, int id, int flags);
};
#endif