21 lines
383 B
C
21 lines
383 B
C
/*
|
|
* DirectUI main header (private)
|
|
*/
|
|
|
|
#ifndef DUI_INC_DIRECTUIP_H_INCLUDED
|
|
#define DUI_INC_DIRECTUIP_H_INCLUDED
|
|
|
|
#pragma once
|
|
|
|
#define GADGET_ENABLE_TRANSITIONS
|
|
#include <duser.h>
|
|
|
|
#include "DUIBaseP.h"
|
|
#include "DUIUtilP.h"
|
|
#include "DUICoreP.h"
|
|
#include "DUIControlP.h"
|
|
#include "DUILayoutP.h"
|
|
#include "DUIParserP.h"
|
|
|
|
#endif // DUI_INC_DIRECTUI_H_INCLUDED
|