Files
salmanoff/smocore/include/concept.h
T
2025-07-22 06:15:12 -04:00

12 lines
115 B
C++

#ifndef _CONCEPT_H
#define _CONCEPT_H
#include <mentalEntity.h>
class Concept
: public MentalEntity
{
};
#endif