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/cop.cpp

    r132 r481  
    1010#include "config.h"
    1111
    12 #include "lisp.hpp"
    13 #include "lisp_gc.hpp"
    14 #include "compiled.hpp"
    15 #include "objects.hpp"
    16 #include "level.hpp"
    17 #include "game.hpp"
    18 #include "jrand.hpp"
    19 #include "clisp.hpp"
    20 #include "ant.hpp"
    21 #include "dev.hpp"
     12#include "lisp.h"
     13#include "lisp_gc.h"
     14#include "compiled.h"
     15#include "objects.h"
     16#include "level.h"
     17#include "game.h"
     18#include "jrand.h"
     19#include "clisp.h"
     20#include "ant.h"
     21#include "dev.h"
    2222
    2323enum { point_angle, fire_delay1 };
Note: See TracChangeset for help on using the changeset viewer.