9 lines
109 B
C++
9 lines
109 B
C++
#ifndef _THOUGHT_CONTENT_SOURCE_H
|
|
#define _THOUGHT_CONTENT_SOURCE_H
|
|
|
|
class ThoughtContentSource
|
|
{
|
|
};
|
|
|
|
#endif
|