mirror of
https://github.com/FunKey-Project/Bibi.git
synced 2025-12-12 17:58:53 +01:00
removed ini.h, changed exec name to bibi
This commit is contained in:
parent
8f9f1c3341
commit
fa9584d3c3
2
.gitignore
vendored
2
.gitignore
vendored
@ -35,7 +35,7 @@
|
|||||||
*.i*86
|
*.i*86
|
||||||
*.x86_64
|
*.x86_64
|
||||||
*.hex
|
*.hex
|
||||||
bomber
|
bibi
|
||||||
|
|
||||||
# Debug files
|
# Debug files
|
||||||
*.dSYM/
|
*.dSYM/
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ LDFLAGS = $(SDL_LIBS) -lSDL_image $(LDFLAGS_EXTRA)
|
|||||||
|
|
||||||
SRC = $(wildcard src/*.c)
|
SRC = $(wildcard src/*.c)
|
||||||
OBJ = $(SRC:.c=.o)
|
OBJ = $(SRC:.c=.o)
|
||||||
EXEC = bomber
|
EXEC = bibi
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all dep clean mrproper
|
.PHONY: all dep clean mrproper
|
||||||
|
|||||||
Binary file not shown.
@ -507,7 +507,7 @@ int main_menu_and_game() {
|
|||||||
SDL_WM_SetIcon(IMG_Load(IMG_PLAYER_DOWN), NULL);
|
SDL_WM_SetIcon(IMG_Load(IMG_PLAYER_DOWN), NULL);
|
||||||
SDL_WM_SetCaption("[PG110] Projet 2010", NULL);
|
SDL_WM_SetCaption("[PG110] Projet 2010", NULL);
|
||||||
|
|
||||||
|
printf("File: %s, func: %s, l.%d \n",__FILE__, __func__, __LINE__);
|
||||||
/** Load audio */
|
/** Load audio */
|
||||||
#ifdef SOUND_FMOD_ACTIVATED
|
#ifdef SOUND_FMOD_ACTIVATED
|
||||||
FMUSIC_MODULE *musique_menu_p;
|
FMUSIC_MODULE *musique_menu_p;
|
||||||
@ -1270,7 +1270,6 @@ int main_game_no_menu() {
|
|||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
#ifdef BYPASS_MENU
|
#ifdef BYPASS_MENU
|
||||||
return main_game_no_menu();
|
return main_game_no_menu();
|
||||||
|
|
||||||
#else
|
#else
|
||||||
return main_menu_and_game();
|
return main_menu_and_game();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
#include <SDL/SDL.h>
|
#include <SDL/SDL.h>
|
||||||
#include <SDL/SDL_ttf.h>
|
#include <SDL/SDL_ttf.h>
|
||||||
#include <SDL/SDL_image.h>
|
#include <SDL/SDL_image.h>
|
||||||
#include <ini.h>
|
|
||||||
|
|
||||||
#include "../include/constant.h"
|
#include "../include/constant.h"
|
||||||
#include "../include/misc.h"
|
#include "../include/misc.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user