1
0
mirror of https://github.com/krislamo/Trololo synced 2025-09-08 22:09:30 +00:00

Broken with an error in the default argument given for parameter 5 of scrnfunk::apply_image in the core source

This commit is contained in:
2012-12-31 14:58:44 -08:00
parent 8db540e110
commit 44070cb972
4 changed files with 248 additions and 104 deletions

4
makefile Normal file
View File

@@ -0,0 +1,4 @@
SDL_LIBS=`pkg-config --libs sdl` -lSDL -lSDL_image -lSDL_ttf
INCLUDES=-I/opt/local/include
all:
g++ -Wall -g main.cpp core.cpp main.h -o Trololo ${INCLUDES} ${SDL_LIBS}