12 lines
237 B
C++
12 lines
237 B
C++
/** @file Dictionary.hpp
|
|
*
|
|
* @author Roland Conybeare, Mar 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DDictionary.hpp"
|
|
#include "dictionary/IGCObject_DDictionary.hpp"
|
|
#include "dictionary/IPrintable_DDictionary.hpp"
|
|
|
|
/* end Dictionary.hpp */
|