mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-07 08:41:11 +00:00
13 lines
218 B
C++
13 lines
218 B
C++
#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
|