cgv
Loading...
Searching...
No Matches
system_devices.h
1#pragma once
2
3#include <vector>
4#include <string>
5#include <cgv/utils/guid.h>
6
7#include "lib_begin.h"
8
9namespace cgv {
10 namespace os {
11
19extern CGV_API bool enumerate_system_devices(std::vector<std::pair<std::string, cgv::utils::guid>>& devices, const std::string& selector = "", bool present = true);
20
21 }
22}
23#include <cgv/config/lib_end.h>
the cgv namespace
Definition print.h:11