Files

9 lines
109 B
C++
Raw Permalink Normal View History

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