[Fix] Just adding a newline to the end of Globals.*

This commit is contained in:
Rtch90 2012-04-08 16:54:41 +01:00
parent 8e17066be1
commit 6ce0a5602d
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#include "Globals.h"
SDL_Event event;
SDL_Event event;

View File

@ -1,4 +1,4 @@
#pragma once
#include <SDL/SDL.h>
extern SDL_Event event;
extern SDL_Event event;