Skip to content

Commit

Permalink
change EOF in logo.h
Browse files Browse the repository at this point in the history
to LF
  • Loading branch information
Apaczer committed Jul 24, 2024
1 parent 5fa675f commit dd63bcb
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions logo.h
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
#ifndef LOGO_H_
#define LOGO_H_
SDL_RWops *RWops;
SDL_Surface *logoimg;
SDL_Surface *screen;
SDL_RWops *RWops2;
SDL_Rect rect;
SDL_Rect dstrect;
SDL_Event event;
SDL_Surface* logobg;
Mix_Chunk *logosound;

bool quit_app = false;

bool args = true;
int animdel, enddel;
int animspeed;
char* str;
float argint[3];

void quit();
void input_poll();

char* homepath;
char logoimg_path[256], logosound_path[256], logobg_path[256];

int dest_y;
uint32_t curr_time, old_time;
uint32_t color;
bool blitbg = false;
#endif /*LOGO_H_*/
#ifndef LOGO_H_
#define LOGO_H_
SDL_RWops *RWops;
SDL_Surface *logoimg;
SDL_Surface *screen;
SDL_RWops *RWops2;
SDL_Rect rect;
SDL_Rect dstrect;
SDL_Event event;
SDL_Surface* logobg;
Mix_Chunk *logosound;

bool quit_app = false;

bool args = true;
int animdel, enddel;
int animspeed;
char* str;
float argint[3];

void quit();
void input_poll();

char* homepath;
char logoimg_path[256], logosound_path[256], logobg_path[256];

int dest_y;
uint32_t curr_time, old_time;
uint32_t color;
bool blitbg = false;
#endif /*LOGO_H_*/

0 comments on commit dd63bcb

Please sign in to comment.