mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 01:15:32 -04:00
51 lines
880 B
C
51 lines
880 B
C
/*
|
|
ui.h
|
|
Copyright (C) 2007 Acekard, www.acekard.com
|
|
Copyright (C) 2007-2009 somebody
|
|
Copyright (C) 2009 yellow wood goblin
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <nds.h>
|
|
#include "../../share/memtool.h"
|
|
#include "dbgtool.h"
|
|
#include "gdi.h"
|
|
#include "stringtool.h"
|
|
#include "timetool.h"
|
|
|
|
#include "sigslot.h"
|
|
|
|
#include "point.h"
|
|
#include "rectangle.h"
|
|
|
|
#include "window.h"
|
|
#include "windowmanager.h"
|
|
|
|
#include "keymessage.h"
|
|
#include "message.h"
|
|
#include "touchmessage.h"
|
|
|
|
#include "bitmapdesc.h"
|
|
#include "renderdesc.h"
|
|
|
|
#include "button.h"
|
|
#include "listview.h"
|
|
#include "statictext.h"
|
|
|
|
#include "form.h"
|
|
#include "formdesc.h"
|
|
#include "spinbox.h"
|
|
|
|
//#include "progressbar.h"
|
|
//#include "progresswnd.h"
|
|
|
|
#include "msgbox.h"
|
|
#include "popmenu.h"
|
|
|
|
#include "globalsettings.h"
|
|
#include "systemfilenames.h"
|
|
#include "uisettings.h"
|