Create xtend.hpp

This commit is contained in:
3oheicrw
2024-04-22 14:46:04 +07:00
committed by GitHub
parent 215681a9af
commit 35f8e0ebaa

View File

@@ -0,0 +1,10 @@
#ifndef EE_UI_DOC_Xtend
#define EE_UI_DOC_Xtend
namespace EE { namespace UI { namespace Doc { namespace Language {
extern void addXtend();
}}}} // namespace EE::UI::Doc::Language
#endif