mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
Add newlines at EOF to files that need them.
git-svn-id: https://svn.eduke32.com/eduke32@5960 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a31ad532dd
commit
5c17259a71
4 changed files with 4 additions and 4 deletions
|
@ -84,4 +84,4 @@ int32_t clipmovex(vec3_t *pos, int16_t *sectnum, int32_t xvect, int32_t yvect, i
|
||||||
int32_t pushmove(vec3_t *vect, int16_t *sectnum, int32_t walldist, int32_t ceildist, int32_t flordist,
|
int32_t pushmove(vec3_t *vect, int16_t *sectnum, int32_t walldist, int32_t ceildist, int32_t flordist,
|
||||||
uint32_t cliptype) ATTRIBUTE((nonnull(1, 2)));
|
uint32_t cliptype) ATTRIBUTE((nonnull(1, 2)));
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -62,4 +62,4 @@ void inthash_delete(inthashtable_t *t, intptr_t key);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -108,4 +108,4 @@ extern void handle_blend(uint8_t enable, uint8_t blend, uint8_t def);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
#if defined _WIN32 || defined EDUKE32_OSX || defined HAVE_GTK2 || (defined RENDERTYPESDL && SDL_MAJOR_VERSION >= 2)
|
#if defined _WIN32 || defined EDUKE32_OSX || defined HAVE_GTK2 || (defined RENDERTYPESDL && SDL_MAJOR_VERSION >= 2)
|
||||||
# define WM_MSGBOX_WINDOW
|
# define WM_MSGBOX_WINDOW
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue