Files
salmanoff/smocore/include/thoughtContentSource.h
T

9 lines
109 B
C++
Raw Normal View History

2024-09-05 18:20:33 +10:00
#ifndef _THOUGHT_CONTENT_SOURCE_H
#define _THOUGHT_CONTENT_SOURCE_H
class ThoughtContentSource
{
};
#endif