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