mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
move files
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@589 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -15,14 +15,15 @@
|
||||
#include <Mw/Draw.h>
|
||||
#include <Mw/Font.h>
|
||||
#include <Mw/Error.h>
|
||||
#include <Mw/Cursor.h>
|
||||
#include <Mw/Constants.h>
|
||||
#include <Mw/Unicode.h>
|
||||
#include <Mw/Icon.h>
|
||||
#include <Mw/Directory.h>
|
||||
#include <Mw/String.h>
|
||||
#include <Mw/Version.h>
|
||||
|
||||
#include <Mw/Resource/Icon.h>
|
||||
#include <Mw/Resource/Cursor.h>
|
||||
|
||||
#include <Mw/Dialog/MessageBox.h>
|
||||
#include <Mw/Dialog/FileChooser.h>
|
||||
#include <Mw/Dialog/ColorPicker.h>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Cursor.h
|
||||
* @file Mw/Resource/Cursor.h
|
||||
* @brief Cursor externs
|
||||
*/
|
||||
|
||||
#ifndef __MW_CURSOR_H__
|
||||
#define __MW_CURSOR_H__
|
||||
#ifndef __MW_RESOURCE_CURSOR_H__
|
||||
#define __MW_RESOURCE_CURSOR_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
@@ -1,10 +1,10 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Icon.h
|
||||
* @file Mw/Resource/Icon.h
|
||||
* @brief Icon
|
||||
*/
|
||||
#ifndef __MW_ICON_H__
|
||||
#define __MW_ICON_H__
|
||||
#ifndef __MW_RESOURCE_ICON_H__
|
||||
#define __MW_RESOURCE_ICON_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
|
||||
Reference in New Issue
Block a user