7 lines
117 B
C
7 lines
117 B
C
|
#ifndef _DICTIONARY_H_
|
||
|
#define _DICTIONARY_H_
|
||
|
// #include "DictionaryDeclarations.h"
|
||
|
#include <Dictionary.h>
|
||
|
|
||
|
|
||
|
#endif
|