From dd63bcb5a6ee02faeec4b20cecf2f766f8042e88 Mon Sep 17 00:00:00 2001 From: Apaczer <94932128+Apaczer@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:14:23 +0200 Subject: [PATCH] change EOF in logo.h to LF --- logo.h | 62 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/logo.h b/logo.h index f2f3a32..3726778 100644 --- a/logo.h +++ b/logo.h @@ -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_*/