mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
6 lines
132 B
C++
6 lines
132 B
C++
#ifndef __VOID_SDF_LOADER_INTERNAL_HPP
|
|
#define __VOID_SDF_LOADER_INTERNAL_HPP
|
|
|
|
void sdfLoaderInit(int& argc, char **&argv);
|
|
|
|
#endif
|