cgv
Loading...
Searching...
No Matches
resources.h
1#pragma once
2#include <string>
3
4#include "lib_begin.h"
5
6namespace cgv {
7 namespace os {
8
10 extern CGV_API void enum_resources(const std::string& prog_name);
11 }
12}
13#include <cgv/config/lib_end.h>
the cgv namespace
Definition print.h:11