Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Oops, didn't want to rename those files...
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 16, 2007
1 parent 1946a4e commit 0a20e2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/video/SDL_blit.c
Expand Up @@ -24,7 +24,7 @@
#include "SDL_video.h"
#include "SDL_sysvideo.h"
#include "SDL_blit.h"
#include "SDL_copy.h"
#include "SDL_blit_copy.h"
#include "SDL_RLEaccel_c.h"
#include "SDL_pixels_c.h"

Expand Down
2 changes: 1 addition & 1 deletion src/video/SDL_copy.c → src/video/SDL_blit_copy.c
Expand Up @@ -23,7 +23,7 @@

#include "SDL_video.h"
#include "SDL_blit.h"
#include "SDL_copy.h"
#include "SDL_blit_copy.h"


#ifdef __SSE__
Expand Down
File renamed without changes.

0 comments on commit 0a20e2a

Please sign in to comment.