mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
9 lines
173 B
C++
9 lines
173 B
C++
#include "load_data.hpp"
|
|
#include "loadFlash.hpp"
|
|
|
|
using namespace CosmoTool;
|
|
|
|
SimuData *CosmoTool::loadFlashMulti(const char *fname, int id, int loadflags)
|
|
{
|
|
return 0;
|
|
}
|