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 moved

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/pcxread.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __PCX_READ_HPP__
    1212
    13 #include "image.hpp"
    14 #include "palette.hpp"
     13#include "image.h"
     14#include "palette.h"
    1515
    1616void write_PCX(image *im, palette *pal, char const *filename);
Note: See TracChangeset for help on using the changeset viewer.