15 lines
160 B
C++
15 lines
160 B
C++
|
|
#ifndef _CONCEPT_H
|
||
|
|
#define _CONCEPT_H
|
||
|
|
|
||
|
|
namespace smo {
|
||
|
|
namespace cologex {
|
||
|
|
|
||
|
|
class Concept
|
||
|
|
{
|
||
|
|
};
|
||
|
|
|
||
|
|
} // namespace cologex
|
||
|
|
} // namespace smo
|
||
|
|
|
||
|
|
#endif // _CONCEPT_H
|