You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
383 B
20 lines
383 B
/*
|
|
* 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
|