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