Ignore:
Timestamp:
Apr 17, 2011, 10:28:05 AM (12 years ago)
Author:
Sam Hocevar
Message:

Fuck the history, I'm renaming all .hpp files to .h for my own sanity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/sdlport/mouse.cpp

    r477 r481  
    2222#include <SDL.h>
    2323
    24 #include "video.hpp"
    25 #include "sprite.hpp"
    26 #include "image.hpp"
    27 #include "filter.hpp"
    28 #include "mouse.hpp"
     24#include "video.h"
     25#include "sprite.h"
     26#include "image.h"
     27#include "filter.h"
     28#include "mouse.h"
    2929
    3030unsigned char def_mouse[]=
Note: See TracChangeset for help on using the changeset viewer.