Euphoria
vfs_defaultshaders.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "io/vfs.h"
4 
5 
6 namespace eu::core
7 {
8  void
9  add_default_shaders(io::FileSystem* fs, const io::DirPath& base);
10 }
ParserBase * base
Definition: argparse.cc:887
void add_default_shaders(io::FileSystem *fs, const io::DirPath &base)