Euphoria
defaultfiles.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <memory>
4 
5 
6 namespace eu
7 {
8  namespace io
9  {
10  struct ReadRootCatalog;
11  }
12 
13 
14  namespace render
15  {
16  void
17  setup_default_files(std::shared_ptr<io::ReadRootCatalog> catalog);
18  }
19 }
void setup_default_files(std::shared_ptr< io::ReadRootCatalog > catalog)
Definition: defaultfiles.cc:9
Definition: assert.h:90