13 lines
257 B
C
13 lines
257 B
C
/*
|
|
* Central location for project specific headers for cross project inclusion
|
|
*/
|
|
|
|
#ifndef DUI_DUIPARSERP_H_INCLUDED
|
|
#define DUI_DUIPARSERP_H_INCLUDED
|
|
|
|
#pragma once
|
|
|
|
#include "..\Engine\Parser\Published.h"
|
|
|
|
#endif // DUI_DUIPARSERP_H_INCLUDED
|