Moved fonts to a new dir graphics/fonts
svn-id: r20800
This commit is contained in:
parent
130bee1b1e
commit
9cec516e51
7 changed files with 6 additions and 6 deletions
1
TODO
1
TODO
|
@ -114,7 +114,6 @@ General
|
||||||
wait until we switch to something better, like Subversion. In particular:
|
wait until we switch to something better, like Subversion. In particular:
|
||||||
- consider moving the MIDI stuff from sound/ to sound/midi/
|
- consider moving the MIDI stuff from sound/ to sound/midi/
|
||||||
- move fmopl code to softsynth dir
|
- move fmopl code to softsynth dir
|
||||||
- move fonts to graphics/fonts/ dir
|
|
||||||
- maybe common/system.h / system.cpp should go to backends/, too ?
|
- maybe common/system.h / system.cpp should go to backends/, too ?
|
||||||
- move the iMuse source files in scumm/ to a new dir scumm/imuse/
|
- move the iMuse source files in scumm/ to a new dir scumm/imuse/
|
||||||
* The following things should be put into namespaces:
|
* The following things should be put into namespaces:
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include "common/file.h"
|
#include "common/file.h"
|
||||||
#include "common/system.h"
|
#include "common/system.h"
|
||||||
#include "common/util.h"
|
#include "common/util.h"
|
||||||
#include "common/scaler/intern.h"
|
#include "graphics/scaler/intern.h"
|
||||||
|
|
||||||
namespace Graphics {
|
namespace Graphics {
|
||||||
|
|
||||||
|
|
|
@ -2,18 +2,18 @@ MODULE := graphics
|
||||||
|
|
||||||
MODULE_OBJS := \
|
MODULE_OBJS := \
|
||||||
animation.o \
|
animation.o \
|
||||||
consolefont.o \
|
|
||||||
font.o \
|
font.o \
|
||||||
fontman.o \
|
fontman.o \
|
||||||
|
fonts/consolefont.o \
|
||||||
|
fonts/newfont_big.o \
|
||||||
|
fonts/newfont.o \
|
||||||
|
fonts/scummfont.o \
|
||||||
ilbm.o \
|
ilbm.o \
|
||||||
imagedec.o \
|
imagedec.o \
|
||||||
imageman.o \
|
imageman.o \
|
||||||
newfont_big.o \
|
|
||||||
newfont.o \
|
|
||||||
primitives.o \
|
primitives.o \
|
||||||
scaler.o \
|
scaler.o \
|
||||||
scaler/thumbnail.o \
|
scaler/thumbnail.o \
|
||||||
scummfont.o \
|
|
||||||
surface.o
|
surface.o
|
||||||
|
|
||||||
ifndef DISABLE_SCALERS
|
ifndef DISABLE_SCALERS
|
||||||
|
@ -41,6 +41,7 @@ endif
|
||||||
|
|
||||||
MODULE_DIRS += \
|
MODULE_DIRS += \
|
||||||
graphics \
|
graphics \
|
||||||
|
graphics/fonts \
|
||||||
graphics/scaler
|
graphics/scaler
|
||||||
|
|
||||||
# Include common rules
|
# Include common rules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue