move files
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@589 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
639be7db09
commit
1e7b838d7b
5 changed files with 35 additions and 34 deletions
|
|
@ -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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue