Skip to content

Commit

Permalink
Moved key name/id translation to own file
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaddison committed Oct 24, 2009
1 parent a825fc8 commit 8f17ec5
Show file tree
Hide file tree
Showing 4 changed files with 723 additions and 714 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INSTALL=/usr/bin/install -c

cabrio: main.o ogl.o sdl.o config.o bg.o menu.o game_sel.o \
game.o font.o hint.o genre.o platform.o submenu.o \
sound.o event.o
sound.o event.o key.o
$(CC) -o $@ $(LDFLAGS) $^

.c.o: %.c
Expand Down
Loading

0 comments on commit 8f17ec5

Please sign in to comment.