blob: 7a24ded38d81bf93c4d6a3d0087056a7a71bbea3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
// document.hpp
class DocumentHandler;
// keyword.hpp
class Keyword;
class KeywordDatabase;
// knowledgefragment.cpp
struct KnowledgeId;
class KnowledgeFragment;
class KnowledgeDatabase;
|