mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 19:16:44 +01:00
header wrap-up, header wrap-uuuuup!
This commit is contained in:
parent
cb2d44d3e5
commit
ba1dd05a95
7 changed files with 0 additions and 14 deletions
|
@ -1,5 +1,3 @@
|
||||||
#include <allegro5/allegro.h>
|
|
||||||
#include <allegro5/allegro_font.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "about.h"
|
#include "about.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <allegro5/allegro.h>
|
|
||||||
#include <allegro5/allegro_font.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "intro.h"
|
#include "intro.h"
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <allegro5/allegro.h>
|
|
||||||
#include <allegro5/allegro_font.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "level.h"
|
#include "level.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <allegro5/allegro.h>
|
|
||||||
#include <allegro5/allegro_font.h>
|
|
||||||
#include "loading.h"
|
#include "loading.h"
|
||||||
|
|
||||||
void Loading_Draw(struct Game *game) {
|
void Loading_Draw(struct Game *game) {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
#include "loading.h"
|
#include "loading.h"
|
||||||
#include "about.h"
|
#include "about.h"
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <allegro5/allegro.h>
|
|
||||||
#include <allegro5/allegro_font.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <allegro5/allegro.h>
|
|
||||||
#include <allegro5/allegro_font.h>
|
|
||||||
#include <allegro5/allegro_audio.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue