camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
camcom.hpp
Go to the documentation of this file.
1
8
9#ifndef CAMCOM_COMMON_CAMCOM_HPP
10#define CAMCOM_COMMON_CAMCOM_HPP
11
12#include <string>
13
14namespace camcom::common {
15 const std::string MOD_NAME{"camcom"};
16}
17
18#endif
Definition adapterBase.cpp:18
const std::string MOD_NAME
Definition camcom.hpp:15