mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 03:49:26 +01:00
Rename to more logical name
This commit is contained in:
parent
057b4a743c
commit
fb24e20c76
7
Makefile
7
Makefile
@ -1,4 +1,4 @@
|
|||||||
OBJS=menu.oo main.oo utils.oo frodo_menu.oo dialogue_box.oo menu_messages.oo
|
OBJS=menu.oo main.oo utils.oo gui.oo dialogue_box.oo menu_messages.oo
|
||||||
|
|
||||||
all: menu
|
all: menu
|
||||||
|
|
||||||
@ -7,8 +7,9 @@ all: menu
|
|||||||
|
|
||||||
menu.oo: menu.cpp menu.hh utils.hh font.hh Makefile
|
menu.oo: menu.cpp menu.hh utils.hh font.hh Makefile
|
||||||
|
|
||||||
frodo_menu.oo: frodo_menu.cpp frodo_menu.hh font.hh menu.hh \
|
gui.oo: gui.cpp gui.hh font.hh menu.hh \
|
||||||
sdl_ttf_font.hh dialogue_box.hh help_box.hh main_menu.hh Makefile
|
sdl_ttf_font.hh dialogue_box.hh help_box.hh main_menu.hh \
|
||||||
|
Makefile
|
||||||
|
|
||||||
utils.oo: utils.cpp utils.hh Makefile
|
utils.oo: utils.cpp utils.hh Makefile
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#include <SDL_ttf.h>
|
#include <SDL_ttf.h>
|
||||||
|
|
||||||
#include "menu.hh"
|
#include "menu.hh"
|
||||||
#include "frodo_menu.hh"
|
#include "gui.hh"
|
||||||
#include "menu_messages.hh"
|
#include "menu_messages.hh"
|
||||||
#include "help_box.hh"
|
#include "help_box.hh"
|
||||||
#include "dialogue_box.hh"
|
#include "dialogue_box.hh"
|
Loading…
Reference in New Issue
Block a user