Changeset 481 for abuse/trunk


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.

Location:
abuse/trunk
Files:
114 edited
107 moved

Legend:

Unmodified
Added
Removed
  • abuse/trunk/osx/abuse.xcodeproj/project.pbxproj

    r97 r481  
    2222                B99CE2530D833D8F00E42436 /* collide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B99CE16F0D833D8F00E42436 /* collide.cpp */; };
    2323                B99CE2540D833D8F00E42436 /* compiled.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B99CE1700D833D8F00E42436 /* compiled.cpp */; };
    24                 B99CE2550D833D8F00E42436 /* config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B99CE1720D833D8F00E42436 /* config.cpp */; };
     24                B99CE2550D833D8F00E42436 /* configuration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B99CE1720D833D8F00E42436 /* configuration.cpp */; };
    2525                B99CE2560D833D8F00E42436 /* console.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B99CE1740D833D8F00E42436 /* console.cpp */; };
    2626                B99CE2570D833D8F00E42436 /* cop.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B99CE1760D833D8F00E42436 /* cop.cpp */; };
     
    144144                B953855B0D84568200AF7B2A /* abuse.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = abuse.icns; sourceTree = "<group>"; };
    145145                B99CE1600D833D8F00E42436 /* ability.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ability.cpp; sourceTree = "<group>"; };
    146                 B99CE1610D833D8F00E42436 /* ability.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ability.hpp; sourceTree = "<group>"; };
     146                B99CE1610D833D8F00E42436 /* ability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ability.h; sourceTree = "<group>"; };
    147147                B99CE1620D833D8F00E42436 /* ant.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ant.cpp; sourceTree = "<group>"; };
    148                 B99CE1630D833D8F00E42436 /* ant.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ant.hpp; sourceTree = "<group>"; };
     148                B99CE1630D833D8F00E42436 /* ant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ant.h; sourceTree = "<group>"; };
    149149                B99CE1640D833D8F00E42436 /* automap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = automap.cpp; sourceTree = "<group>"; };
    150                 B99CE1650D833D8F00E42436 /* automap.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = automap.hpp; sourceTree = "<group>"; };
    151                 B99CE1660D833D8F00E42436 /* bus_type.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bus_type.hpp; sourceTree = "<group>"; };
     150                B99CE1650D833D8F00E42436 /* automap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = automap.h; sourceTree = "<group>"; };
     151                B99CE1660D833D8F00E42436 /* bus_type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bus_type.h; sourceTree = "<group>"; };
    152152                B99CE1670D833D8F00E42436 /* cache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cache.cpp; sourceTree = "<group>"; };
    153                 B99CE1680D833D8F00E42436 /* cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cache.hpp; sourceTree = "<group>"; };
     153                B99CE1680D833D8F00E42436 /* cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cache.h; sourceTree = "<group>"; };
    154154                B99CE1690D833D8F00E42436 /* chars.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chars.cpp; sourceTree = "<group>"; };
    155                 B99CE16A0D833D8F00E42436 /* chars.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = chars.hpp; sourceTree = "<group>"; };
     155                B99CE16A0D833D8F00E42436 /* chars.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = chars.h; sourceTree = "<group>"; };
    156156                B99CE16B0D833D8F00E42436 /* chat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = chat.cpp; sourceTree = "<group>"; };
    157                 B99CE16C0D833D8F00E42436 /* chat.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = chat.hpp; sourceTree = "<group>"; };
     157                B99CE16C0D833D8F00E42436 /* chat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = chat.h; sourceTree = "<group>"; };
    158158                B99CE16D0D833D8F00E42436 /* clisp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clisp.cpp; sourceTree = "<group>"; };
    159                 B99CE16E0D833D8F00E42436 /* clisp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = clisp.hpp; sourceTree = "<group>"; };
     159                B99CE16E0D833D8F00E42436 /* clisp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = clisp.h; sourceTree = "<group>"; };
    160160                B99CE16F0D833D8F00E42436 /* collide.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = collide.cpp; sourceTree = "<group>"; };
    161161                B99CE1700D833D8F00E42436 /* compiled.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = compiled.cpp; sourceTree = "<group>"; };
    162                 B99CE1710D833D8F00E42436 /* compiled.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = compiled.hpp; sourceTree = "<group>"; };
    163                 B99CE1720D833D8F00E42436 /* config.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = config.cpp; sourceTree = "<group>"; };
    164                 B99CE1730D833D8F00E42436 /* config.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = config.hpp; sourceTree = "<group>"; };
     162                B99CE1710D833D8F00E42436 /* compiled.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = compiled.h; sourceTree = "<group>"; };
     163                B99CE1720D833D8F00E42436 /* configuration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = configuration.cpp; sourceTree = "<group>"; };
     164                B99CE1730D833D8F00E42436 /* configuration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = configuration.h; sourceTree = "<group>"; };
    165165                B99CE1740D833D8F00E42436 /* console.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = console.cpp; sourceTree = "<group>"; };
    166                 B99CE1750D833D8F00E42436 /* console.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = console.hpp; sourceTree = "<group>"; };
     166                B99CE1750D833D8F00E42436 /* console.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = console.h; sourceTree = "<group>"; };
    167167                B99CE1760D833D8F00E42436 /* cop.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cop.cpp; sourceTree = "<group>"; };
    168                 B99CE1770D833D8F00E42436 /* cop.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cop.hpp; sourceTree = "<group>"; };
     168                B99CE1770D833D8F00E42436 /* cop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cop.h; sourceTree = "<group>"; };
    169169                B99CE1780D833D8F00E42436 /* crc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crc.cpp; sourceTree = "<group>"; };
    170                 B99CE1790D833D8F00E42436 /* crc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = crc.hpp; sourceTree = "<group>"; };
     170                B99CE1790D833D8F00E42436 /* crc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = crc.h; sourceTree = "<group>"; };
    171171                B99CE17A0D833D8F00E42436 /* demo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = demo.cpp; sourceTree = "<group>"; };
    172                 B99CE17B0D833D8F00E42436 /* demo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = demo.hpp; sourceTree = "<group>"; };
     172                B99CE17B0D833D8F00E42436 /* demo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = demo.h; sourceTree = "<group>"; };
    173173                B99CE17C0D833D8F00E42436 /* dev.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dev.cpp; sourceTree = "<group>"; };
    174                 B99CE17D0D833D8F00E42436 /* dev.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dev.hpp; sourceTree = "<group>"; };
     174                B99CE17D0D833D8F00E42436 /* dev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dev.h; sourceTree = "<group>"; };
    175175                B99CE17E0D833D8F00E42436 /* devsel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = devsel.cpp; sourceTree = "<group>"; };
    176                 B99CE17F0D833D8F00E42436 /* devsel.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = devsel.hpp; sourceTree = "<group>"; };
     176                B99CE17F0D833D8F00E42436 /* devsel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = devsel.h; sourceTree = "<group>"; };
    177177                B99CE1800D833D8F00E42436 /* director.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = director.cpp; sourceTree = "<group>"; };
    178                 B99CE1810D833D8F00E42436 /* director.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = director.hpp; sourceTree = "<group>"; };
     178                B99CE1810D833D8F00E42436 /* director.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = director.h; sourceTree = "<group>"; };
    179179                B99CE1820D833D8F00E42436 /* endgame.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = endgame.cpp; sourceTree = "<group>"; };
    180                 B99CE1830D833D8F00E42436 /* exitproc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = exitproc.hpp; sourceTree = "<group>"; };
     180                B99CE1830D833D8F00E42436 /* exitproc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = exitproc.h; sourceTree = "<group>"; };
    181181                B99CE1840D833D8F00E42436 /* extend.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extend.cpp; sourceTree = "<group>"; };
    182                 B99CE1850D833D8F00E42436 /* extend.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = extend.hpp; sourceTree = "<group>"; };
     182                B99CE1850D833D8F00E42436 /* extend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = extend.h; sourceTree = "<group>"; };
    183183                B99CE1860D833D8F00E42436 /* fnt6x13.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fnt6x13.cpp; sourceTree = "<group>"; };
    184184                B99CE1870D833D8F00E42436 /* game.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game.cpp; sourceTree = "<group>"; };
    185                 B99CE1880D833D8F00E42436 /* game.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game.hpp; sourceTree = "<group>"; };
     185                B99CE1880D833D8F00E42436 /* game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game.h; sourceTree = "<group>"; };
    186186                B99CE1890D833D8F00E42436 /* gamma.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gamma.cpp; sourceTree = "<group>"; };
    187                 B99CE18A0D833D8F00E42436 /* gamma.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gamma.hpp; sourceTree = "<group>"; };
     187                B99CE18A0D833D8F00E42436 /* gamma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gamma.h; sourceTree = "<group>"; };
    188188                B99CE18B0D833D8F00E42436 /* gui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gui.cpp; sourceTree = "<group>"; };
    189                 B99CE18C0D833D8F00E42436 /* gui.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gui.hpp; sourceTree = "<group>"; };
     189                B99CE18C0D833D8F00E42436 /* gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gui.h; sourceTree = "<group>"; };
    190190                B99CE18D0D833D8F00E42436 /* help.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = help.cpp; sourceTree = "<group>"; };
    191                 B99CE18E0D833D8F00E42436 /* help.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = help.hpp; sourceTree = "<group>"; };
    192                 B99CE18F0D833D8F00E42436 /* id.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = id.hpp; sourceTree = "<group>"; };
     191                B99CE18E0D833D8F00E42436 /* help.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = help.h; sourceTree = "<group>"; };
     192                B99CE18F0D833D8F00E42436 /* id.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = id.h; sourceTree = "<group>"; };
    193193                B99CE1910D833D8F00E42436 /* decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decoder.cpp; sourceTree = "<group>"; };
    194194                B99CE1920D833D8F00E42436 /* dir.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dir.h; sourceTree = "<group>"; };
    195195                B99CE1930D833D8F00E42436 /* dos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dos.h; sourceTree = "<group>"; };
    196196                B99CE1940D833D8F00E42436 /* dprint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dprint.cpp; sourceTree = "<group>"; };
    197                 B99CE1950D833D8F00E42436 /* dprint.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dprint.hpp; sourceTree = "<group>"; };
    198                 B99CE1960D833D8F00E42436 /* emm.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = emm.hpp; sourceTree = "<group>"; };
     197                B99CE1950D833D8F00E42436 /* dprint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dprint.h; sourceTree = "<group>"; };
     198                B99CE1960D833D8F00E42436 /* emm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = emm.h; sourceTree = "<group>"; };
    199199                B99CE1970D833D8F00E42436 /* errs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errs.h; sourceTree = "<group>"; };
    200                 B99CE1980D833D8F00E42436 /* event.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = event.hpp; sourceTree = "<group>"; };
     200                B99CE1980D833D8F00E42436 /* event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = event.h; sourceTree = "<group>"; };
    201201                B99CE1990D833D8F00E42436 /* filesel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filesel.cpp; sourceTree = "<group>"; };
    202                 B99CE19A0D833D8F00E42436 /* filesel.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filesel.hpp; sourceTree = "<group>"; };
     202                B99CE19A0D833D8F00E42436 /* filesel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filesel.h; sourceTree = "<group>"; };
    203203                B99CE19B0D833D8F00E42436 /* filter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filter.cpp; sourceTree = "<group>"; };
    204                 B99CE19C0D833D8F00E42436 /* filter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filter.hpp; sourceTree = "<group>"; };
     204                B99CE19C0D833D8F00E42436 /* filter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = filter.h; sourceTree = "<group>"; };
    205205                B99CE19D0D833D8F00E42436 /* fonts.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fonts.cpp; sourceTree = "<group>"; };
    206                 B99CE19E0D833D8F00E42436 /* fonts.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fonts.hpp; sourceTree = "<group>"; };
    207                 B99CE19F0D833D8F00E42436 /* gifdecod.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gifdecod.hpp; sourceTree = "<group>"; };
     206                B99CE19E0D833D8F00E42436 /* fonts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fonts.h; sourceTree = "<group>"; };
     207                B99CE19F0D833D8F00E42436 /* gifdecod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gifdecod.h; sourceTree = "<group>"; };
    208208                B99CE1A00D833D8F00E42436 /* gifread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gifread.cpp; sourceTree = "<group>"; };
    209                 B99CE1A10D833D8F00E42436 /* gifread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gifread.hpp; sourceTree = "<group>"; };
     209                B99CE1A10D833D8F00E42436 /* gifread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gifread.h; sourceTree = "<group>"; };
    210210                B99CE1A20D833D8F00E42436 /* globals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = globals.cpp; sourceTree = "<group>"; };
    211211                B99CE1A30D833D8F00E42436 /* glread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = glread.cpp; sourceTree = "<group>"; };
    212                 B99CE1A40D833D8F00E42436 /* glread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = glread.hpp; sourceTree = "<group>"; };
     212                B99CE1A40D833D8F00E42436 /* glread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = glread.h; sourceTree = "<group>"; };
    213213                B99CE1A50D833D8F00E42436 /* guistat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = guistat.cpp; sourceTree = "<group>"; };
    214                 B99CE1A60D833D8F00E42436 /* guistat.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = guistat.hpp; sourceTree = "<group>"; };
     214                B99CE1A60D833D8F00E42436 /* guistat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = guistat.h; sourceTree = "<group>"; };
    215215                B99CE1A70D833D8F00E42436 /* image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = image.cpp; sourceTree = "<group>"; };
    216                 B99CE1A80D833D8F00E42436 /* image.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = image.hpp; sourceTree = "<group>"; };
     216                B99CE1A80D833D8F00E42436 /* image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = image.h; sourceTree = "<group>"; };
    217217                B99CE1A90D833D8F00E42436 /* image24.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = image24.cpp; sourceTree = "<group>"; };
    218                 B99CE1AA0D833D8F00E42436 /* image24.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = image24.hpp; sourceTree = "<group>"; };
     218                B99CE1AA0D833D8F00E42436 /* image24.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = image24.h; sourceTree = "<group>"; };
    219219                B99CE1AB0D833D8F00E42436 /* include.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = include.cpp; sourceTree = "<group>"; };
    220                 B99CE1AC0D833D8F00E42436 /* include.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = include.hpp; sourceTree = "<group>"; };
     220                B99CE1AC0D833D8F00E42436 /* include.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = include.h; sourceTree = "<group>"; };
    221221                B99CE1AD0D833D8F00E42436 /* input.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = input.cpp; sourceTree = "<group>"; };
    222                 B99CE1AE0D833D8F00E42436 /* input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = input.hpp; sourceTree = "<group>"; };
    223                 B99CE1AF0D833D8F00E42436 /* jdir.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jdir.hpp; sourceTree = "<group>"; };
     222                B99CE1AE0D833D8F00E42436 /* input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = input.h; sourceTree = "<group>"; };
     223                B99CE1AF0D833D8F00E42436 /* jdir.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jdir.h; sourceTree = "<group>"; };
    224224                B99CE1B00D833D8F00E42436 /* jmalloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jmalloc.cpp; sourceTree = "<group>"; };
    225                 B99CE1B10D833D8F00E42436 /* jmalloc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jmalloc.hpp; sourceTree = "<group>"; };
     225                B99CE1B10D833D8F00E42436 /* jmalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jmalloc.h; sourceTree = "<group>"; };
    226226                B99CE1B20D833D8F00E42436 /* jrand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jrand.cpp; sourceTree = "<group>"; };
    227                 B99CE1B30D833D8F00E42436 /* jrand.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jrand.hpp; sourceTree = "<group>"; };
     227                B99CE1B30D833D8F00E42436 /* jrand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jrand.h; sourceTree = "<group>"; };
    228228                B99CE1B40D833D8F00E42436 /* jwindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jwindow.cpp; sourceTree = "<group>"; };
    229                 B99CE1B50D833D8F00E42436 /* jwindow.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jwindow.hpp; sourceTree = "<group>"; };
     229                B99CE1B50D833D8F00E42436 /* jwindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jwindow.h; sourceTree = "<group>"; };
    230230                B99CE1B60D833D8F00E42436 /* keys.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = keys.cpp; sourceTree = "<group>"; };
    231                 B99CE1B70D833D8F00E42436 /* keys.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = keys.hpp; sourceTree = "<group>"; };
     231                B99CE1B70D833D8F00E42436 /* keys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = keys.h; sourceTree = "<group>"; };
    232232                B99CE1B80D833D8F00E42436 /* lbmread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lbmread.cpp; sourceTree = "<group>"; };
    233                 B99CE1B90D833D8F00E42436 /* lbmread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lbmread.hpp; sourceTree = "<group>"; };
     233                B99CE1B90D833D8F00E42436 /* lbmread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lbmread.h; sourceTree = "<group>"; };
    234234                B99CE1BA0D833D8F00E42436 /* linked.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linked.cpp; sourceTree = "<group>"; };
    235                 B99CE1BB0D833D8F00E42436 /* linked.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = linked.hpp; sourceTree = "<group>"; };
     235                B99CE1BB0D833D8F00E42436 /* linked.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = linked.h; sourceTree = "<group>"; };
    236236                B99CE1BC0D833D8F00E42436 /* loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loader.cpp; sourceTree = "<group>"; };
    237                 B99CE1BD0D833D8F00E42436 /* loader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = loader.hpp; sourceTree = "<group>"; };
    238                 B99CE1BE0D833D8F00E42436 /* macs.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = macs.hpp; sourceTree = "<group>"; };
    239                 B99CE1BF0D833D8F00E42436 /* main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = main.hpp; sourceTree = "<group>"; };
     237                B99CE1BD0D833D8F00E42436 /* loader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = loader.h; sourceTree = "<group>"; };
     238                B99CE1BE0D833D8F00E42436 /* macs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = macs.h; sourceTree = "<group>"; };
     239                B99CE1BF0D833D8F00E42436 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = main.h; sourceTree = "<group>"; };
    240240                B99CE1C20D833D8F00E42436 /* mdlread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mdlread.cpp; sourceTree = "<group>"; };
    241                 B99CE1C30D833D8F00E42436 /* mdlread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mdlread.hpp; sourceTree = "<group>"; };
    242                 B99CE1C40D833D8F00E42436 /* mouse.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mouse.hpp; sourceTree = "<group>"; };
     241                B99CE1C30D833D8F00E42436 /* mdlread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mdlread.h; sourceTree = "<group>"; };
     242                B99CE1C40D833D8F00E42436 /* mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mouse.h; sourceTree = "<group>"; };
    243243                B99CE1C50D833D8F00E42436 /* packet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = packet.cpp; sourceTree = "<group>"; };
    244                 B99CE1C60D833D8F00E42436 /* packet.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = packet.hpp; sourceTree = "<group>"; };
     244                B99CE1C60D833D8F00E42436 /* packet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = packet.h; sourceTree = "<group>"; };
    245245                B99CE1C70D833D8F00E42436 /* palette.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = palette.cpp; sourceTree = "<group>"; };
    246                 B99CE1C80D833D8F00E42436 /* palette.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = palette.hpp; sourceTree = "<group>"; };
     246                B99CE1C80D833D8F00E42436 /* palette.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = palette.h; sourceTree = "<group>"; };
    247247                B99CE1C90D833D8F00E42436 /* pcxread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pcxread.cpp; sourceTree = "<group>"; };
    248                 B99CE1CA0D833D8F00E42436 /* pcxread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pcxread.hpp; sourceTree = "<group>"; };
     248                B99CE1CA0D833D8F00E42436 /* pcxread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pcxread.h; sourceTree = "<group>"; };
    249249                B99CE1CB0D833D8F00E42436 /* pmenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pmenu.cpp; sourceTree = "<group>"; };
    250                 B99CE1CC0D833D8F00E42436 /* pmenu.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pmenu.hpp; sourceTree = "<group>"; };
     250                B99CE1CC0D833D8F00E42436 /* pmenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pmenu.h; sourceTree = "<group>"; };
    251251                B99CE1CD0D833D8F00E42436 /* ppmread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ppmread.cpp; sourceTree = "<group>"; };
    252                 B99CE1CE0D833D8F00E42436 /* ppmread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ppmread.hpp; sourceTree = "<group>"; };
     252                B99CE1CE0D833D8F00E42436 /* ppmread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ppmread.h; sourceTree = "<group>"; };
    253253                B99CE1CF0D833D8F00E42436 /* readwav.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = readwav.cpp; sourceTree = "<group>"; };
    254                 B99CE1D00D833D8F00E42436 /* readwav.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = readwav.hpp; sourceTree = "<group>"; };
     254                B99CE1D00D833D8F00E42436 /* readwav.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = readwav.h; sourceTree = "<group>"; };
    255255                B99CE1D10D833D8F00E42436 /* scroller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scroller.cpp; sourceTree = "<group>"; };
    256                 B99CE1D20D833D8F00E42436 /* scroller.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scroller.hpp; sourceTree = "<group>"; };
     256                B99CE1D20D833D8F00E42436 /* scroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scroller.h; sourceTree = "<group>"; };
    257257                B99CE1D30D833D8F00E42436 /* specs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = specs.cpp; sourceTree = "<group>"; };
    258                 B99CE1D40D833D8F00E42436 /* specs.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = specs.hpp; sourceTree = "<group>"; };
     258                B99CE1D40D833D8F00E42436 /* specs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = specs.h; sourceTree = "<group>"; };
    259259                B99CE1D50D833D8F00E42436 /* sprite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sprite.cpp; sourceTree = "<group>"; };
    260                 B99CE1D60D833D8F00E42436 /* sprite.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sprite.hpp; sourceTree = "<group>"; };
     260                B99CE1D60D833D8F00E42436 /* sprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sprite.h; sourceTree = "<group>"; };
    261261                B99CE1D70D833D8F00E42436 /* status.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = status.cpp; sourceTree = "<group>"; };
    262                 B99CE1D80D833D8F00E42436 /* status.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = status.hpp; sourceTree = "<group>"; };
     262                B99CE1D80D833D8F00E42436 /* status.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = status.h; sourceTree = "<group>"; };
    263263                B99CE1D90D833D8F00E42436 /* std.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = std.h; sourceTree = "<group>"; };
    264264                B99CE1DA0D833D8F00E42436 /* supmorph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = supmorph.cpp; sourceTree = "<group>"; };
    265                 B99CE1DB0D833D8F00E42436 /* supmorph.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = supmorph.hpp; sourceTree = "<group>"; };
     265                B99CE1DB0D833D8F00E42436 /* supmorph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = supmorph.h; sourceTree = "<group>"; };
    266266                B99CE1DC0D833D8F00E42436 /* system.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = system.h; sourceTree = "<group>"; };
    267267                B99CE1DD0D833D8F00E42436 /* targa.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = targa.cpp; sourceTree = "<group>"; };
    268                 B99CE1DE0D833D8F00E42436 /* targa.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = targa.hpp; sourceTree = "<group>"; };
     268                B99CE1DE0D833D8F00E42436 /* targa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = targa.h; sourceTree = "<group>"; };
    269269                B99CE1DF0D833D8F00E42436 /* texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = texture.cpp; sourceTree = "<group>"; };
    270                 B99CE1E00D833D8F00E42436 /* texture.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = texture.hpp; sourceTree = "<group>"; };
     270                B99CE1E00D833D8F00E42436 /* texture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = texture.h; sourceTree = "<group>"; };
    271271                B99CE1E10D833D8F00E42436 /* timage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timage.cpp; sourceTree = "<group>"; };
    272                 B99CE1E20D833D8F00E42436 /* timage.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = timage.hpp; sourceTree = "<group>"; };
    273                 B99CE1E30D833D8F00E42436 /* timing.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = timing.hpp; sourceTree = "<group>"; };
     272                B99CE1E20D833D8F00E42436 /* timage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = timage.h; sourceTree = "<group>"; };
     273                B99CE1E30D833D8F00E42436 /* timing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = timing.h; sourceTree = "<group>"; };
    274274                B99CE1E40D833D8F00E42436 /* tools.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tools.cpp; sourceTree = "<group>"; };
    275                 B99CE1E50D833D8F00E42436 /* tools.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tools.hpp; sourceTree = "<group>"; };
    276                 B99CE1E60D833D8F00E42436 /* video.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = video.hpp; sourceTree = "<group>"; };
     275                B99CE1E50D833D8F00E42436 /* tools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tools.h; sourceTree = "<group>"; };
     276                B99CE1E60D833D8F00E42436 /* video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = video.h; sourceTree = "<group>"; };
    277277                B99CE1E70D833D8F00E42436 /* visobj.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = visobj.cpp; sourceTree = "<group>"; };
    278                 B99CE1E80D833D8F00E42436 /* visobj.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = visobj.hpp; sourceTree = "<group>"; };
     278                B99CE1E80D833D8F00E42436 /* visobj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = visobj.h; sourceTree = "<group>"; };
    279279                B99CE1E90D833D8F00E42436 /* xwdread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xwdread.cpp; sourceTree = "<group>"; };
    280                 B99CE1EA0D833D8F00E42436 /* xwdread.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = xwdread.hpp; sourceTree = "<group>"; };
     280                B99CE1EA0D833D8F00E42436 /* xwdread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = xwdread.h; sourceTree = "<group>"; };
    281281                B99CE1EB0D833D8F00E42436 /* innet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = innet.cpp; sourceTree = "<group>"; };
    282282                B99CE1EC0D833D8F00E42436 /* intsect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = intsect.cpp; sourceTree = "<group>"; };
    283                 B99CE1ED0D833D8F00E42436 /* intsect.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = intsect.hpp; sourceTree = "<group>"; };
    284                 B99CE1EE0D833D8F00E42436 /* isllist.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = isllist.hpp; sourceTree = "<group>"; };
     283                B99CE1ED0D833D8F00E42436 /* intsect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = intsect.h; sourceTree = "<group>"; };
     284                B99CE1EE0D833D8F00E42436 /* isllist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = isllist.h; sourceTree = "<group>"; };
    285285                B99CE1EF0D833D8F00E42436 /* items.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = items.cpp; sourceTree = "<group>"; };
    286                 B99CE1F00D833D8F00E42436 /* items.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = items.hpp; sourceTree = "<group>"; };
     286                B99CE1F00D833D8F00E42436 /* items.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = items.h; sourceTree = "<group>"; };
    287287                B99CE1F10D833D8F00E42436 /* language.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = language.cpp; sourceTree = "<group>"; };
    288                 B99CE1F20D833D8F00E42436 /* language.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = language.hpp; sourceTree = "<group>"; };
     288                B99CE1F20D833D8F00E42436 /* language.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = language.h; sourceTree = "<group>"; };
    289289                B99CE1F30D833D8F00E42436 /* lcache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lcache.cpp; sourceTree = "<group>"; };
    290                 B99CE1F40D833D8F00E42436 /* lcache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lcache.hpp; sourceTree = "<group>"; };
     290                B99CE1F40D833D8F00E42436 /* lcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lcache.h; sourceTree = "<group>"; };
    291291                B99CE1F50D833D8F00E42436 /* level.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = level.cpp; sourceTree = "<group>"; };
    292                 B99CE1F60D833D8F00E42436 /* level.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = level.hpp; sourceTree = "<group>"; };
     292                B99CE1F60D833D8F00E42436 /* level.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = level.h; sourceTree = "<group>"; };
    293293                B99CE1F70D833D8F00E42436 /* light.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = light.cpp; sourceTree = "<group>"; };
    294                 B99CE1F80D833D8F00E42436 /* light.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = light.hpp; sourceTree = "<group>"; };
     294                B99CE1F80D833D8F00E42436 /* light.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = light.h; sourceTree = "<group>"; };
    295295                B99CE1FA0D833D8F00E42436 /* lisp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lisp.cpp; sourceTree = "<group>"; };
    296                 B99CE1FB0D833D8F00E42436 /* lisp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lisp.hpp; sourceTree = "<group>"; };
     296                B99CE1FB0D833D8F00E42436 /* lisp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lisp.h; sourceTree = "<group>"; };
    297297                B99CE1FC0D833D8F00E42436 /* lisp_gc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lisp_gc.cpp; sourceTree = "<group>"; };
    298                 B99CE1FD0D833D8F00E42436 /* lisp_gc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lisp_gc.hpp; sourceTree = "<group>"; };
     298                B99CE1FD0D833D8F00E42436 /* lisp_gc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lisp_gc.h; sourceTree = "<group>"; };
    299299                B99CE1FE0D833D8F00E42436 /* lisp_opt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lisp_opt.cpp; sourceTree = "<group>"; };
    300                 B99CE1FF0D833D8F00E42436 /* lisp_opt.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lisp_opt.hpp; sourceTree = "<group>"; };
     300                B99CE1FF0D833D8F00E42436 /* lisp_opt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lisp_opt.h; sourceTree = "<group>"; };
    301301                B99CE2020D833D8F00E42436 /* loader2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loader2.cpp; sourceTree = "<group>"; };
    302                 B99CE2030D833D8F00E42436 /* loader2.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = loader2.hpp; sourceTree = "<group>"; };
     302                B99CE2030D833D8F00E42436 /* loader2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = loader2.h; sourceTree = "<group>"; };
    303303                B99CE2040D833D8F00E42436 /* loadgame.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loadgame.cpp; sourceTree = "<group>"; };
    304                 B99CE2050D833D8F00E42436 /* loadgame.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = loadgame.hpp; sourceTree = "<group>"; };
     304                B99CE2050D833D8F00E42436 /* loadgame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = loadgame.h; sourceTree = "<group>"; };
    305305                B99CE2080D833D8F00E42436 /* menu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = menu.cpp; sourceTree = "<group>"; };
    306                 B99CE2090D833D8F00E42436 /* menu.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = menu.hpp; sourceTree = "<group>"; };
     306                B99CE2090D833D8F00E42436 /* menu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = menu.h; sourceTree = "<group>"; };
    307307                B99CE20A0D833D8F00E42436 /* morpher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = morpher.cpp; sourceTree = "<group>"; };
    308                 B99CE20B0D833D8F00E42436 /* morpher.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = morpher.hpp; sourceTree = "<group>"; };
     308                B99CE20B0D833D8F00E42436 /* morpher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = morpher.h; sourceTree = "<group>"; };
    309309                B99CE20D0D833D8F00E42436 /* fileman.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fileman.cpp; sourceTree = "<group>"; };
    310                 B99CE20E0D833D8F00E42436 /* fileman.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fileman.hpp; sourceTree = "<group>"; };
     310                B99CE20E0D833D8F00E42436 /* fileman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = fileman.h; sourceTree = "<group>"; };
    311311                B99CE20F0D833D8F00E42436 /* gclient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gclient.cpp; sourceTree = "<group>"; };
    312                 B99CE2100D833D8F00E42436 /* gclient.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gclient.hpp; sourceTree = "<group>"; };
    313                 B99CE2110D833D8F00E42436 /* ghandler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ghandler.hpp; sourceTree = "<group>"; };
     312                B99CE2100D833D8F00E42436 /* gclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gclient.h; sourceTree = "<group>"; };
     313                B99CE2110D833D8F00E42436 /* ghandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ghandler.h; sourceTree = "<group>"; };
    314314                B99CE2120D833D8F00E42436 /* gserver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gserver.cpp; sourceTree = "<group>"; };
    315                 B99CE2130D833D8F00E42436 /* gserver.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gserver.hpp; sourceTree = "<group>"; };
    316                 B99CE2140D833D8F00E42436 /* indian.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = indian.hpp; sourceTree = "<group>"; };
     315                B99CE2130D833D8F00E42436 /* gserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = gserver.h; sourceTree = "<group>"; };
     316                B99CE2140D833D8F00E42436 /* indian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = indian.h; sourceTree = "<group>"; };
    317317                B99CE2170D833D8F00E42436 /* sock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sock.cpp; sourceTree = "<group>"; };
    318                 B99CE2180D833D8F00E42436 /* sock.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sock.hpp; sourceTree = "<group>"; };
     318                B99CE2180D833D8F00E42436 /* sock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sock.h; sourceTree = "<group>"; };
    319319                B99CE2190D833D8F00E42436 /* tcpip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tcpip.cpp; sourceTree = "<group>"; };
    320                 B99CE21A0D833D8F00E42436 /* tcpip.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tcpip.hpp; sourceTree = "<group>"; };
    321                 B99CE21B0D833D8F00E42436 /* undrv.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = undrv.hpp; sourceTree = "<group>"; };
     320                B99CE21A0D833D8F00E42436 /* tcpip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tcpip.h; sourceTree = "<group>"; };
     321                B99CE21B0D833D8F00E42436 /* undrv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = undrv.h; sourceTree = "<group>"; };
    322322                B99CE21C0D833D8F00E42436 /* netcfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = netcfg.cpp; sourceTree = "<group>"; };
    323                 B99CE21D0D833D8F00E42436 /* netcfg.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = netcfg.hpp; sourceTree = "<group>"; };
    324                 B99CE21E0D833D8F00E42436 /* netface.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = netface.hpp; sourceTree = "<group>"; };
     323                B99CE21D0D833D8F00E42436 /* netcfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = netcfg.h; sourceTree = "<group>"; };
     324                B99CE21E0D833D8F00E42436 /* netface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = netface.h; sourceTree = "<group>"; };
    325325                B99CE21F0D833D8F00E42436 /* nfclient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = nfclient.cpp; sourceTree = "<group>"; };
    326                 B99CE2200D833D8F00E42436 /* nfclient.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = nfclient.hpp; sourceTree = "<group>"; };
    327                 B99CE2210D833D8F00E42436 /* nfserver.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = nfserver.hpp; sourceTree = "<group>"; };
     326                B99CE2200D833D8F00E42436 /* nfclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = nfclient.h; sourceTree = "<group>"; };
     327                B99CE2210D833D8F00E42436 /* nfserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = nfserver.h; sourceTree = "<group>"; };
    328328                B99CE2220D833D8F00E42436 /* objects.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = objects.cpp; sourceTree = "<group>"; };
    329                 B99CE2230D833D8F00E42436 /* objects.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = objects.hpp; sourceTree = "<group>"; };
     329                B99CE2230D833D8F00E42436 /* objects.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = objects.h; sourceTree = "<group>"; };
    330330                B99CE2240D833D8F00E42436 /* particle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = particle.cpp; sourceTree = "<group>"; };
    331                 B99CE2250D833D8F00E42436 /* particle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = particle.hpp; sourceTree = "<group>"; };
     331                B99CE2250D833D8F00E42436 /* particle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = particle.h; sourceTree = "<group>"; };
    332332                B99CE2260D833D8F00E42436 /* points.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = points.cpp; sourceTree = "<group>"; };
    333                 B99CE2270D833D8F00E42436 /* points.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = points.hpp; sourceTree = "<group>"; };
     333                B99CE2270D833D8F00E42436 /* points.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = points.h; sourceTree = "<group>"; };
    334334                B99CE2280D833D8F00E42436 /* profile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = profile.cpp; sourceTree = "<group>"; };
    335                 B99CE2290D833D8F00E42436 /* profile.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = profile.hpp; sourceTree = "<group>"; };
     335                B99CE2290D833D8F00E42436 /* profile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = profile.h; sourceTree = "<group>"; };
    336336                B99CE22A0D833D8F00E42436 /* property.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = property.cpp; sourceTree = "<group>"; };
    337                 B99CE22B0D833D8F00E42436 /* property.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = property.hpp; sourceTree = "<group>"; };
    338                 B99CE22C0D833D8F00E42436 /* sbar.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sbar.hpp; sourceTree = "<group>"; };
     337                B99CE22B0D833D8F00E42436 /* property.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = property.h; sourceTree = "<group>"; };
     338                B99CE22C0D833D8F00E42436 /* sbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sbar.h; sourceTree = "<group>"; };
    339339                B99CE22E0D833D8F00E42436 /* event.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = "<group>"; };
    340340                B99CE22F0D833D8F00E42436 /* jdir.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jdir.cpp; sourceTree = "<group>"; };
    341                 B99CE2300D833D8F00E42436 /* joy.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = joy.hpp; sourceTree = "<group>"; };
     341                B99CE2300D833D8F00E42436 /* joy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = joy.h; sourceTree = "<group>"; };
    342342                B99CE2310D833D8F00E42436 /* joystick.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = joystick.cpp; sourceTree = "<group>"; };
    343343                B99CE2340D833D8F00E42436 /* mouse.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mouse.cpp; sourceTree = "<group>"; };
     
    345345                B99CE2360D833D8F00E42436 /* setup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = setup.h; sourceTree = "<group>"; };
    346346                B99CE2370D833D8F00E42436 /* sound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sound.cpp; sourceTree = "<group>"; };
    347                 B99CE2380D833D8F00E42436 /* sound.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sound.hpp; sourceTree = "<group>"; };
     347                B99CE2380D833D8F00E42436 /* sound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sound.h; sourceTree = "<group>"; };
    348348                B99CE2390D833D8F00E42436 /* timing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timing.cpp; sourceTree = "<group>"; };
    349349                B99CE23A0D833D8F00E42436 /* video.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = video.cpp; sourceTree = "<group>"; };
    350350                B99CE23B0D833D8F00E42436 /* sensor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sensor.cpp; sourceTree = "<group>"; };
    351351                B99CE23C0D833D8F00E42436 /* seq.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = seq.cpp; sourceTree = "<group>"; };
    352                 B99CE23D0D833D8F00E42436 /* seq.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = seq.hpp; sourceTree = "<group>"; };
     352                B99CE23D0D833D8F00E42436 /* seq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = seq.h; sourceTree = "<group>"; };
    353353                B99CE23E0D833D8F00E42436 /* smallfnt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = smallfnt.cpp; sourceTree = "<group>"; };
    354354                B99CE23F0D833D8F00E42436 /* specache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = specache.cpp; sourceTree = "<group>"; };
    355                 B99CE2400D833D8F00E42436 /* specache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = specache.hpp; sourceTree = "<group>"; };
    356                 B99CE2410D833D8F00E42436 /* stack.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = stack.hpp; sourceTree = "<group>"; };
     355                B99CE2400D833D8F00E42436 /* specache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = specache.h; sourceTree = "<group>"; };
     356                B99CE2410D833D8F00E42436 /* stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = stack.h; sourceTree = "<group>"; };
    357357                B99CE2420D833D8F00E42436 /* statbar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = statbar.cpp; sourceTree = "<group>"; };
    358358                B99CE2430D833D8F00E42436 /* text_gui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text_gui.cpp; sourceTree = "<group>"; };
    359                 B99CE2440D833D8F00E42436 /* text_gui.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = text_gui.hpp; sourceTree = "<group>"; };
     359                B99CE2440D833D8F00E42436 /* text_gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = text_gui.h; sourceTree = "<group>"; };
    360360                B99CE2450D833D8F00E42436 /* transp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = transp.cpp; sourceTree = "<group>"; };
    361                 B99CE2460D833D8F00E42436 /* transp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = transp.hpp; sourceTree = "<group>"; };
     361                B99CE2460D833D8F00E42436 /* transp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = transp.h; sourceTree = "<group>"; };
    362362                B99CE2470D833D8F00E42436 /* trig.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trig.cpp; sourceTree = "<group>"; };
    363363                B99CE2480D833D8F00E42436 /* username.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = username.cpp; sourceTree = "<group>"; };
    364364                B99CE2490D833D8F00E42436 /* version.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = version.cpp; sourceTree = "<group>"; };
    365365                B99CE24A0D833D8F00E42436 /* view.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = view.cpp; sourceTree = "<group>"; };
    366                 B99CE24B0D833D8F00E42436 /* view.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = view.hpp; sourceTree = "<group>"; };
     366                B99CE24B0D833D8F00E42436 /* view.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = view.h; sourceTree = "<group>"; };
    367367                B99CE2DC0D833F7E00E42436 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
    368368                B99CE2DD0D833F7E00E42436 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = "<group>"; };
     
    439439                        children = (
    440440                                B99CE1600D833D8F00E42436 /* ability.cpp */,
    441                                 B99CE1610D833D8F00E42436 /* ability.hpp */,
     441                                B99CE1610D833D8F00E42436 /* ability.h */,
    442442                                B99CE1620D833D8F00E42436 /* ant.cpp */,
    443                                 B99CE1630D833D8F00E42436 /* ant.hpp */,
     443                                B99CE1630D833D8F00E42436 /* ant.h */,
    444444                                B99CE1640D833D8F00E42436 /* automap.cpp */,
    445                                 B99CE1650D833D8F00E42436 /* automap.hpp */,
    446                                 B99CE1660D833D8F00E42436 /* bus_type.hpp */,
     445                                B99CE1650D833D8F00E42436 /* automap.h */,
     446                                B99CE1660D833D8F00E42436 /* bus_type.h */,
    447447                                B99CE1670D833D8F00E42436 /* cache.cpp */,
    448                                 B99CE1680D833D8F00E42436 /* cache.hpp */,
     448                                B99CE1680D833D8F00E42436 /* cache.h */,
    449449                                B99CE1690D833D8F00E42436 /* chars.cpp */,
    450                                 B99CE16A0D833D8F00E42436 /* chars.hpp */,
     450                                B99CE16A0D833D8F00E42436 /* chars.h */,
    451451                                B99CE16B0D833D8F00E42436 /* chat.cpp */,
    452                                 B99CE16C0D833D8F00E42436 /* chat.hpp */,
     452                                B99CE16C0D833D8F00E42436 /* chat.h */,
    453453                                B99CE16D0D833D8F00E42436 /* clisp.cpp */,
    454                                 B99CE16E0D833D8F00E42436 /* clisp.hpp */,
     454                                B99CE16E0D833D8F00E42436 /* clisp.h */,
    455455                                B99CE16F0D833D8F00E42436 /* collide.cpp */,
    456456                                B99CE1700D833D8F00E42436 /* compiled.cpp */,
    457                                 B99CE1710D833D8F00E42436 /* compiled.hpp */,
    458                                 B99CE1720D833D8F00E42436 /* config.cpp */,
    459                                 B99CE1730D833D8F00E42436 /* config.hpp */,
     457                                B99CE1710D833D8F00E42436 /* compiled.h */,
     458                                B99CE1720D833D8F00E42436 /* configuration.cpp */,
     459                                B99CE1730D833D8F00E42436 /* configuration.h */,
    460460                                B99CE1740D833D8F00E42436 /* console.cpp */,
    461                                 B99CE1750D833D8F00E42436 /* console.hpp */,
     461                                B99CE1750D833D8F00E42436 /* console.h */,
    462462                                B99CE1760D833D8F00E42436 /* cop.cpp */,
    463                                 B99CE1770D833D8F00E42436 /* cop.hpp */,
     463                                B99CE1770D833D8F00E42436 /* cop.h */,
    464464                                B99CE1780D833D8F00E42436 /* crc.cpp */,
    465                                 B99CE1790D833D8F00E42436 /* crc.hpp */,
     465                                B99CE1790D833D8F00E42436 /* crc.h */,
    466466                                B99CE17A0D833D8F00E42436 /* demo.cpp */,
    467                                 B99CE17B0D833D8F00E42436 /* demo.hpp */,
     467                                B99CE17B0D833D8F00E42436 /* demo.h */,
    468468                                B99CE17C0D833D8F00E42436 /* dev.cpp */,
    469                                 B99CE17D0D833D8F00E42436 /* dev.hpp */,
     469                                B99CE17D0D833D8F00E42436 /* dev.h */,
    470470                                B99CE17E0D833D8F00E42436 /* devsel.cpp */,
    471                                 B99CE17F0D833D8F00E42436 /* devsel.hpp */,
     471                                B99CE17F0D833D8F00E42436 /* devsel.h */,
    472472                                B99CE1800D833D8F00E42436 /* director.cpp */,
    473                                 B99CE1810D833D8F00E42436 /* director.hpp */,
     473                                B99CE1810D833D8F00E42436 /* director.h */,
    474474                                B99CE1820D833D8F00E42436 /* endgame.cpp */,
    475                                 B99CE1830D833D8F00E42436 /* exitproc.hpp */,
     475                                B99CE1830D833D8F00E42436 /* exitproc.h */,
    476476                                B99CE1840D833D8F00E42436 /* extend.cpp */,
    477                                 B99CE1850D833D8F00E42436 /* extend.hpp */,
     477                                B99CE1850D833D8F00E42436 /* extend.h */,
    478478                                B99CE1860D833D8F00E42436 /* fnt6x13.cpp */,
    479479                                B99CE1870D833D8F00E42436 /* game.cpp */,
    480                                 B99CE1880D833D8F00E42436 /* game.hpp */,
     480                                B99CE1880D833D8F00E42436 /* game.h */,
    481481                                B99CE1890D833D8F00E42436 /* gamma.cpp */,
    482                                 B99CE18A0D833D8F00E42436 /* gamma.hpp */,
     482                                B99CE18A0D833D8F00E42436 /* gamma.h */,
    483483                                B99CE18B0D833D8F00E42436 /* gui.cpp */,
    484                                 B99CE18C0D833D8F00E42436 /* gui.hpp */,
     484                                B99CE18C0D833D8F00E42436 /* gui.h */,
    485485                                B99CE18D0D833D8F00E42436 /* help.cpp */,
    486                                 B99CE18E0D833D8F00E42436 /* help.hpp */,
    487                                 B99CE18F0D833D8F00E42436 /* id.hpp */,
     486                                B99CE18E0D833D8F00E42436 /* help.h */,
     487                                B99CE18F0D833D8F00E42436 /* id.h */,
    488488                                B99CE1900D833D8F00E42436 /* imlib */,
    489489                                B99CE1EB0D833D8F00E42436 /* innet.cpp */,
    490490                                B99CE1EC0D833D8F00E42436 /* intsect.cpp */,
    491                                 B99CE1ED0D833D8F00E42436 /* intsect.hpp */,
    492                                 B99CE1EE0D833D8F00E42436 /* isllist.hpp */,
     491                                B99CE1ED0D833D8F00E42436 /* intsect.h */,
     492                                B99CE1EE0D833D8F00E42436 /* isllist.h */,
    493493                                B99CE1EF0D833D8F00E42436 /* items.cpp */,
    494                                 B99CE1F00D833D8F00E42436 /* items.hpp */,
     494                                B99CE1F00D833D8F00E42436 /* items.h */,
    495495                                B99CE1F10D833D8F00E42436 /* language.cpp */,
    496                                 B99CE1F20D833D8F00E42436 /* language.hpp */,
     496                                B99CE1F20D833D8F00E42436 /* language.h */,
    497497                                B99CE1F30D833D8F00E42436 /* lcache.cpp */,
    498                                 B99CE1F40D833D8F00E42436 /* lcache.hpp */,
     498                                B99CE1F40D833D8F00E42436 /* lcache.h */,
    499499                                B99CE1F50D833D8F00E42436 /* level.cpp */,
    500                                 B99CE1F60D833D8F00E42436 /* level.hpp */,
     500                                B99CE1F60D833D8F00E42436 /* level.h */,
    501501                                B99CE1F70D833D8F00E42436 /* light.cpp */,
    502                                 B99CE1F80D833D8F00E42436 /* light.hpp */,
     502                                B99CE1F80D833D8F00E42436 /* light.h */,
    503503                                B99CE1F90D833D8F00E42436 /* lisp */,
    504504                                B99CE2020D833D8F00E42436 /* loader2.cpp */,
    505                                 B99CE2030D833D8F00E42436 /* loader2.hpp */,
     505                                B99CE2030D833D8F00E42436 /* loader2.h */,
    506506                                B99CE2040D833D8F00E42436 /* loadgame.cpp */,
    507                                 B99CE2050D833D8F00E42436 /* loadgame.hpp */,
     507                                B99CE2050D833D8F00E42436 /* loadgame.h */,
    508508                                B99CE2080D833D8F00E42436 /* menu.cpp */,
    509                                 B99CE2090D833D8F00E42436 /* menu.hpp */,
     509                                B99CE2090D833D8F00E42436 /* menu.h */,
    510510                                B99CE20A0D833D8F00E42436 /* morpher.cpp */,
    511                                 B99CE20B0D833D8F00E42436 /* morpher.hpp */,
     511                                B99CE20B0D833D8F00E42436 /* morpher.h */,
    512512                                B99CE20C0D833D8F00E42436 /* net */,
    513513                                B99CE21C0D833D8F00E42436 /* netcfg.cpp */,
    514                                 B99CE21D0D833D8F00E42436 /* netcfg.hpp */,
    515                                 B99CE21E0D833D8F00E42436 /* netface.hpp */,
     514                                B99CE21D0D833D8F00E42436 /* netcfg.h */,
     515                                B99CE21E0D833D8F00E42436 /* netface.h */,
    516516                                B99CE21F0D833D8F00E42436 /* nfclient.cpp */,
    517                                 B99CE2200D833D8F00E42436 /* nfclient.hpp */,
    518                                 B99CE2210D833D8F00E42436 /* nfserver.hpp */,
     517                                B99CE2200D833D8F00E42436 /* nfclient.h */,
     518                                B99CE2210D833D8F00E42436 /* nfserver.h */,
    519519                                B99CE2220D833D8F00E42436 /* objects.cpp */,
    520                                 B99CE2230D833D8F00E42436 /* objects.hpp */,
     520                                B99CE2230D833D8F00E42436 /* objects.h */,
    521521                                B99CE2240D833D8F00E42436 /* particle.cpp */,
    522                                 B99CE2250D833D8F00E42436 /* particle.hpp */,
     522                                B99CE2250D833D8F00E42436 /* particle.h */,
    523523                                B99CE2260D833D8F00E42436 /* points.cpp */,
    524                                 B99CE2270D833D8F00E42436 /* points.hpp */,
     524                                B99CE2270D833D8F00E42436 /* points.h */,
    525525                                B99CE2280D833D8F00E42436 /* profile.cpp */,
    526                                 B99CE2290D833D8F00E42436 /* profile.hpp */,
     526                                B99CE2290D833D8F00E42436 /* profile.h */,
    527527                                B99CE22A0D833D8F00E42436 /* property.cpp */,
    528                                 B99CE22B0D833D8F00E42436 /* property.hpp */,
    529                                 B99CE22C0D833D8F00E42436 /* sbar.hpp */,
     528                                B99CE22B0D833D8F00E42436 /* property.h */,
     529                                B99CE22C0D833D8F00E42436 /* sbar.h */,
    530530                                B99CE22D0D833D8F00E42436 /* sdlport */,
    531531                                B99CE23B0D833D8F00E42436 /* sensor.cpp */,
    532532                                B99CE23C0D833D8F00E42436 /* seq.cpp */,
    533                                 B99CE23D0D833D8F00E42436 /* seq.hpp */,
     533                                B99CE23D0D833D8F00E42436 /* seq.h */,
    534534                                B99CE23E0D833D8F00E42436 /* smallfnt.cpp */,
    535535                                B99CE23F0D833D8F00E42436 /* specache.cpp */,
    536                                 B99CE2400D833D8F00E42436 /* specache.hpp */,
    537                                 B99CE2410D833D8F00E42436 /* stack.hpp */,
     536                                B99CE2400D833D8F00E42436 /* specache.h */,
     537                                B99CE2410D833D8F00E42436 /* stack.h */,
    538538                                B99CE2420D833D8F00E42436 /* statbar.cpp */,
    539539                                B99CE2430D833D8F00E42436 /* text_gui.cpp */,
    540                                 B99CE2440D833D8F00E42436 /* text_gui.hpp */,
     540                                B99CE2440D833D8F00E42436 /* text_gui.h */,
    541541                                B99CE2450D833D8F00E42436 /* transp.cpp */,
    542                                 B99CE2460D833D8F00E42436 /* transp.hpp */,
     542                                B99CE2460D833D8F00E42436 /* transp.h */,
    543543                                B99CE2470D833D8F00E42436 /* trig.cpp */,
    544544                                B99CE2480D833D8F00E42436 /* username.cpp */,
    545545                                B99CE2490D833D8F00E42436 /* version.cpp */,
    546546                                B99CE24A0D833D8F00E42436 /* view.cpp */,
    547                                 B99CE24B0D833D8F00E42436 /* view.hpp */,
     547                                B99CE24B0D833D8F00E42436 /* view.h */,
    548548                        );
    549549                        name = src;
     
    558558                                B99CE1930D833D8F00E42436 /* dos.h */,
    559559                                B99CE1940D833D8F00E42436 /* dprint.cpp */,
    560                                 B99CE1950D833D8F00E42436 /* dprint.hpp */,
    561                                 B99CE1960D833D8F00E42436 /* emm.hpp */,
     560                                B99CE1950D833D8F00E42436 /* dprint.h */,
     561                                B99CE1960D833D8F00E42436 /* emm.h */,
    562562                                B99CE1970D833D8F00E42436 /* errs.h */,
    563                                 B99CE1980D833D8F00E42436 /* event.hpp */,
     563                                B99CE1980D833D8F00E42436 /* event.h */,
    564564                                B99CE1990D833D8F00E42436 /* filesel.cpp */,
    565                                 B99CE19A0D833D8F00E42436 /* filesel.hpp */,
     565                                B99CE19A0D833D8F00E42436 /* filesel.h */,
    566566                                B99CE19B0D833D8F00E42436 /* filter.cpp */,
    567                                 B99CE19C0D833D8F00E42436 /* filter.hpp */,
     567                                B99CE19C0D833D8F00E42436 /* filter.h */,
    568568                                B99CE19D0D833D8F00E42436 /* fonts.cpp */,
    569                                 B99CE19E0D833D8F00E42436 /* fonts.hpp */,
    570                                 B99CE19F0D833D8F00E42436 /* gifdecod.hpp */,
     569                                B99CE19E0D833D8F00E42436 /* fonts.h */,
     570                                B99CE19F0D833D8F00E42436 /* gifdecod.h */,
    571571                                B99CE1A00D833D8F00E42436 /* gifread.cpp */,
    572                                 B99CE1A10D833D8F00E42436 /* gifread.hpp */,
     572                                B99CE1A10D833D8F00E42436 /* gifread.h */,
    573573                                B99CE1A20D833D8F00E42436 /* globals.cpp */,
    574574                                B99CE1A30D833D8F00E42436 /* glread.cpp */,
    575                                 B99CE1A40D833D8F00E42436 /* glread.hpp */,
     575                                B99CE1A40D833D8F00E42436 /* glread.h */,
    576576                                B99CE1A50D833D8F00E42436 /* guistat.cpp */,
    577                                 B99CE1A60D833D8F00E42436 /* guistat.hpp */,
     577                                B99CE1A60D833D8F00E42436 /* guistat.h */,
    578578                                B99CE1A70D833D8F00E42436 /* image.cpp */,
    579                                 B99CE1A80D833D8F00E42436 /* image.hpp */,
     579                                B99CE1A80D833D8F00E42436 /* image.h */,
    580580                                B99CE1A90D833D8F00E42436 /* image24.cpp */,
    581                                 B99CE1AA0D833D8F00E42436 /* image24.hpp */,
     581                                B99CE1AA0D833D8F00E42436 /* image24.h */,
    582582                                B99CE1AB0D833D8F00E42436 /* include.cpp */,
    583                                 B99CE1AC0D833D8F00E42436 /* include.hpp */,
     583                                B99CE1AC0D833D8F00E42436 /* include.h */,
    584584                                B99CE1AD0D833D8F00E42436 /* input.cpp */,
    585                                 B99CE1AE0D833D8F00E42436 /* input.hpp */,
    586                                 B99CE1AF0D833D8F00E42436 /* jdir.hpp */,
     585                                B99CE1AE0D833D8F00E42436 /* input.h */,
     586                                B99CE1AF0D833D8F00E42436 /* jdir.h */,
    587587                                B99CE1B00D833D8F00E42436 /* jmalloc.cpp */,
    588                                 B99CE1B10D833D8F00E42436 /* jmalloc.hpp */,
     588                                B99CE1B10D833D8F00E42436 /* jmalloc.h */,
    589589                                B99CE1B20D833D8F00E42436 /* jrand.cpp */,
    590                                 B99CE1B30D833D8F00E42436 /* jrand.hpp */,
     590                                B99CE1B30D833D8F00E42436 /* jrand.h */,
    591591                                B99CE1B40D833D8F00E42436 /* jwindow.cpp */,
    592                                 B99CE1B50D833D8F00E42436 /* jwindow.hpp */,
     592                                B99CE1B50D833D8F00E42436 /* jwindow.h */,
    593593                                B99CE1B60D833D8F00E42436 /* keys.cpp */,
    594                                 B99CE1B70D833D8F00E42436 /* keys.hpp */,
     594                                B99CE1B70D833D8F00E42436 /* keys.h */,
    595595                                B99CE1B80D833D8F00E42436 /* lbmread.cpp */,
    596                                 B99CE1B90D833D8F00E42436 /* lbmread.hpp */,
     596                                B99CE1B90D833D8F00E42436 /* lbmread.h */,
    597597                                B99CE1BA0D833D8F00E42436 /* linked.cpp */,
    598                                 B99CE1BB0D833D8F00E42436 /* linked.hpp */,
     598                                B99CE1BB0D833D8F00E42436 /* linked.h */,
    599599                                B99CE1BC0D833D8F00E42436 /* loader.cpp */,
    600                                 B99CE1BD0D833D8F00E42436 /* loader.hpp */,
    601                                 B99CE1BE0D833D8F00E42436 /* macs.hpp */,
    602                                 B99CE1BF0D833D8F00E42436 /* main.hpp */,
     600                                B99CE1BD0D833D8F00E42436 /* loader.h */,
     601                                B99CE1BE0D833D8F00E42436 /* macs.h */,
     602                                B99CE1BF0D833D8F00E42436 /* main.h */,
    603603                                B99CE1C20D833D8F00E42436 /* mdlread.cpp */,
    604                                 B99CE1C30D833D8F00E42436 /* mdlread.hpp */,
    605                                 B99CE1C40D833D8F00E42436 /* mouse.hpp */,
     604                                B99CE1C30D833D8F00E42436 /* mdlread.h */,
     605                                B99CE1C40D833D8F00E42436 /* mouse.h */,
    606606                                B99CE1C50D833D8F00E42436 /* packet.cpp */,
    607                                 B99CE1C60D833D8F00E42436 /* packet.hpp */,
     607                                B99CE1C60D833D8F00E42436 /* packet.h */,
    608608                                B99CE1C70D833D8F00E42436 /* palette.cpp */,
    609                                 B99CE1C80D833D8F00E42436 /* palette.hpp */,
     609                                B99CE1C80D833D8F00E42436 /* palette.h */,
    610610                                B99CE1C90D833D8F00E42436 /* pcxread.cpp */,
    611                                 B99CE1CA0D833D8F00E42436 /* pcxread.hpp */,
     611                                B99CE1CA0D833D8F00E42436 /* pcxread.h */,
    612612                                B99CE1CB0D833D8F00E42436 /* pmenu.cpp */,
    613                                 B99CE1CC0D833D8F00E42436 /* pmenu.hpp */,
     613                                B99CE1CC0D833D8F00E42436 /* pmenu.h */,
    614614                                B99CE1CD0D833D8F00E42436 /* ppmread.cpp */,
    615                                 B99CE1CE0D833D8F00E42436 /* ppmread.hpp */,
     615                                B99CE1CE0D833D8F00E42436 /* ppmread.h */,
    616616                                B99CE1CF0D833D8F00E42436 /* readwav.cpp */,
    617                                 B99CE1D00D833D8F00E42436 /* readwav.hpp */,
     617                                B99CE1D00D833D8F00E42436 /* readwav.h */,
    618618                                B99CE1D10D833D8F00E42436 /* scroller.cpp */,
    619                                 B99CE1D20D833D8F00E42436 /* scroller.hpp */,
     619                                B99CE1D20D833D8F00E42436 /* scroller.h */,
    620620                                B99CE1D30D833D8F00E42436 /* specs.cpp */,
    621                                 B99CE1D40D833D8F00E42436 /* specs.hpp */,
     621                                B99CE1D40D833D8F00E42436 /* specs.h */,
    622622                                B99CE1D50D833D8F00E42436 /* sprite.cpp */,
    623                                 B99CE1D60D833D8F00E42436 /* sprite.hpp */,
     623                                B99CE1D60D833D8F00E42436 /* sprite.h */,
    624624                                B99CE1D70D833D8F00E42436 /* status.cpp */,
    625                                 B99CE1D80D833D8F00E42436 /* status.hpp */,
     625                                B99CE1D80D833D8F00E42436 /* status.h */,
    626626                                B99CE1D90D833D8F00E42436 /* std.h */,
    627627                                B99CE1DA0D833D8F00E42436 /* supmorph.cpp */,
    628                                 B99CE1DB0D833D8F00E42436 /* supmorph.hpp */,
     628                                B99CE1DB0D833D8F00E42436 /* supmorph.h */,
    629629                                B99CE1DC0D833D8F00E42436 /* system.h */,
    630630                                B99CE1DD0D833D8F00E42436 /* targa.cpp */,
    631                                 B99CE1DE0D833D8F00E42436 /* targa.hpp */,
     631                                B99CE1DE0D833D8F00E42436 /* targa.h */,
    632632                                B99CE1DF0D833D8F00E42436 /* texture.cpp */,
    633                                 B99CE1E00D833D8F00E42436 /* texture.hpp */,
     633                                B99CE1E00D833D8F00E42436 /* texture.h */,
    634634                                B99CE1E10D833D8F00E42436 /* timage.cpp */,
    635                                 B99CE1E20D833D8F00E42436 /* timage.hpp */,
    636                                 B99CE1E30D833D8F00E42436 /* timing.hpp */,
     635                                B99CE1E20D833D8F00E42436 /* timage.h */,
     636                                B99CE1E30D833D8F00E42436 /* timing.h */,
    637637                                B99CE1E40D833D8F00E42436 /* tools.cpp */,
    638                                 B99CE1E50D833D8F00E42436 /* tools.hpp */,
    639                                 B99CE1E60D833D8F00E42436 /* video.hpp */,
     638                                B99CE1E50D833D8F00E42436 /* tools.h */,
     639                                B99CE1E60D833D8F00E42436 /* video.h */,
    640640                                B99CE1E70D833D8F00E42436 /* visobj.cpp */,
    641                                 B99CE1E80D833D8F00E42436 /* visobj.hpp */,
     641                                B99CE1E80D833D8F00E42436 /* visobj.h */,
    642642                                B99CE1E90D833D8F00E42436 /* xwdread.cpp */,
    643                                 B99CE1EA0D833D8F00E42436 /* xwdread.hpp */,
     643                                B99CE1EA0D833D8F00E42436 /* xwdread.h */,
    644644                        );
    645645                        path = imlib;
     
    650650                        children = (
    651651                                B99CE1FA0D833D8F00E42436 /* lisp.cpp */,
    652                                 B99CE1FB0D833D8F00E42436 /* lisp.hpp */,
     652                                B99CE1FB0D833D8F00E42436 /* lisp.h */,
    653653                                B99CE1FC0D833D8F00E42436 /* lisp_gc.cpp */,
    654                                 B99CE1FD0D833D8F00E42436 /* lisp_gc.hpp */,
     654                                B99CE1FD0D833D8F00E42436 /* lisp_gc.h */,
    655655                                B99CE1FE0D833D8F00E42436 /* lisp_opt.cpp */,
    656                                 B99CE1FF0D833D8F00E42436 /* lisp_opt.hpp */,
     656                                B99CE1FF0D833D8F00E42436 /* lisp_opt.h */,
    657657                        );
    658658                        path = lisp;
     
    663663                        children = (
    664664                                B99CE20D0D833D8F00E42436 /* fileman.cpp */,
    665                                 B99CE20E0D833D8F00E42436 /* fileman.hpp */,
     665                                B99CE20E0D833D8F00E42436 /* fileman.h */,
    666666                                B99CE20F0D833D8F00E42436 /* gclient.cpp */,
    667                                 B99CE2100D833D8F00E42436 /* gclient.hpp */,
    668                                 B99CE2110D833D8F00E42436 /* ghandler.hpp */,
     667                                B99CE2100D833D8F00E42436 /* gclient.h */,
     668                                B99CE2110D833D8F00E42436 /* ghandler.h */,
    669669                                B99CE2120D833D8F00E42436 /* gserver.cpp */,
    670                                 B99CE2130D833D8F00E42436 /* gserver.hpp */,
    671                                 B99CE2140D833D8F00E42436 /* indian.hpp */,
     670                                B99CE2130D833D8F00E42436 /* gserver.h */,
     671                                B99CE2140D833D8F00E42436 /* indian.h */,
    672672                                B99CE2170D833D8F00E42436 /* sock.cpp */,
    673                                 B99CE2180D833D8F00E42436 /* sock.hpp */,
     673                                B99CE2180D833D8F00E42436 /* sock.h */,
    674674                                B99CE2190D833D8F00E42436 /* tcpip.cpp */,
    675                                 B99CE21A0D833D8F00E42436 /* tcpip.hpp */,
    676                                 B99CE21B0D833D8F00E42436 /* undrv.hpp */,
     675                                B99CE21A0D833D8F00E42436 /* tcpip.h */,
     676                                B99CE21B0D833D8F00E42436 /* undrv.h */,
    677677                        );
    678678                        path = net;
     
    684684                                B99CE22E0D833D8F00E42436 /* event.cpp */,
    685685                                B99CE22F0D833D8F00E42436 /* jdir.cpp */,
    686                                 B99CE2300D833D8F00E42436 /* joy.hpp */,
     686                                B99CE2300D833D8F00E42436 /* joy.h */,
    687687                                B99CE2310D833D8F00E42436 /* joystick.cpp */,
    688688                                B99CE2340D833D8F00E42436 /* mouse.cpp */,
     
    690690                                B99CE2360D833D8F00E42436 /* setup.h */,
    691691                                B99CE2370D833D8F00E42436 /* sound.cpp */,
    692                                 B99CE2380D833D8F00E42436 /* sound.hpp */,
     692                                B99CE2380D833D8F00E42436 /* sound.h */,
    693693                                B99CE2390D833D8F00E42436 /* timing.cpp */,
    694694                                B99CE23A0D833D8F00E42436 /* video.cpp */,
     
    760760                                B99CE2530D833D8F00E42436 /* collide.cpp in Sources */,
    761761                                B99CE2540D833D8F00E42436 /* compiled.cpp in Sources */,
    762                                 B99CE2550D833D8F00E42436 /* config.cpp in Sources */,
     762                                B99CE2550D833D8F00E42436 /* configuration.cpp in Sources */,
    763763                                B99CE2560D833D8F00E42436 /* console.cpp in Sources */,
    764764                                B99CE2570D833D8F00E42436 /* cop.cpp in Sources */,
  • abuse/trunk/src/Makefile.am

    r142 r481  
    66
    77abuse_SOURCES = \
    8     specache.cpp specache.hpp \
    9     netcfg.cpp netcfg.hpp \
     8    specache.cpp specache.h \
     9    netcfg.cpp netcfg.h \
    1010    innet.cpp \
    11     chat.cpp chat.hpp \
     11    chat.cpp chat.h \
    1212    endgame.cpp \
    13     loadgame.cpp loadgame.hpp \
    14     profile.cpp profile.hpp \
    15     cop.cpp cop.hpp \
     13    loadgame.cpp loadgame.h \
     14    profile.cpp profile.h \
     15    cop.cpp cop.h \
    1616    statbar.cpp \
    17     compiled.cpp compiled.hpp \
    18     ant.cpp ant.hpp \
     17    compiled.cpp compiled.h \
     18    ant.cpp ant.h \
    1919    sensor.cpp \
    20     demo.cpp demo.hpp \
    21     lcache.cpp lcache.hpp \
    22     nfclient.cpp nfclient.hpp \
     20    demo.cpp demo.h \
     21    lcache.cpp lcache.h \
     22    nfclient.cpp nfclient.h \
    2323    username.cpp \
    24     clisp.cpp clisp.hpp \
    25     gui.cpp gui.hpp \
    26     transp.cpp transp.hpp \
     24    clisp.cpp clisp.h \
     25    gui.cpp gui.h \
     26    transp.cpp transp.h \
    2727    collide.cpp \
    28     property.cpp property.hpp \
    29     cache.cpp cache.hpp \
    30     particle.cpp particle.hpp \
    31     objects.cpp objects.hpp \
    32     extend.cpp extend.hpp \
    33     console.cpp console.hpp \
    34     ability.cpp ability.hpp \
    35     items.cpp items.hpp \
    36     dev.cpp dev.hpp \
    37     chars.cpp chars.hpp \
    38     level.cpp level.hpp \
     28    property.cpp property.h \
     29    cache.cpp cache.h \
     30    particle.cpp particle.h \
     31    objects.cpp objects.h \
     32    extend.cpp extend.h \
     33    console.cpp console.h \
     34    ability.cpp ability.h \
     35    items.cpp items.h \
     36    dev.cpp dev.h \
     37    chars.cpp chars.h \
     38    level.cpp level.h \
    3939    smallfnt.cpp \
    40     automap.cpp automap.hpp \
    41     help.cpp help.hpp \
    42     intsect.cpp intsect.hpp \
    43     loader2.cpp loader2.hpp \
    44     seq.cpp seq.hpp \
    45     points.cpp points.hpp \
     40    automap.cpp automap.h \
     41    help.cpp help.h \
     42    intsect.cpp intsect.h \
     43    loader2.cpp loader2.h \
     44    seq.cpp seq.h \
     45    points.cpp points.h \
    4646    fnt6x13.cpp \
    47     morpher.cpp morpher.hpp \
    48     menu.cpp menu.hpp \
    49     director.cpp director.hpp \
    50     view.cpp view.hpp \
    51     config.cpp config.hpp \
    52     game.cpp game.hpp \
    53     light.cpp light.hpp \
    54     devsel.cpp devsel.hpp \
    55     crc.cpp crc.hpp \
    56     gamma.cpp gamma.hpp \
    57     bus_type.hpp id.hpp netface.hpp isllist.hpp sbar.hpp \
    58     nfserver.hpp exitproc.hpp \
     47    morpher.cpp morpher.h \
     48    menu.cpp menu.h \
     49    director.cpp director.h \
     50    view.cpp view.h \
     51    configuration.cpp configuration.h \
     52    game.cpp game.h \
     53    light.cpp light.h \
     54    devsel.cpp devsel.h \
     55    crc.cpp crc.h \
     56    gamma.cpp gamma.h \
     57    bus_type.h id.h netface.h isllist.h sbar.h \
     58    nfserver.h exitproc.h \
    5959    \
    60     ui/volumewindow.cpp volumewindow.hpp \
     60    ui/volumewindow.cpp volumewindow.h \
    6161    $(NULL)
    6262
  • abuse/trunk/src/ability.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "ability.hpp"
    13 #include "chars.hpp"
     12#include "ability.h"
     13#include "chars.h"
    1414
    1515/*int abil[TOTAL_OBJECTS*TOTAL_ABILITIES]= {
  • abuse/trunk/src/ability.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/ant.cpp

    r124 r481  
    1212#include <ctype.h>
    1313
    14 #include "ant.hpp"
    15 #include "lisp.hpp"
    16 #include "lisp_gc.hpp"
    17 #include "compiled.hpp"
    18 #include "objects.hpp"
    19 #include "level.hpp"
    20 #include "game.hpp"
    21 #include "jrand.hpp"
    22 #include "clisp.hpp"
    23 #include "dev.hpp"
     14#include "ant.h"
     15#include "lisp.h"
     16#include "lisp_gc.h"
     17#include "compiled.h"
     18#include "objects.h"
     19#include "level.h"
     20#include "game.h"
     21#include "jrand.h"
     22#include "clisp.h"
     23#include "dev.h"
    2424
    2525enum {  ANT_need_to_dodge,     // ant vars
  • abuse/trunk/src/ant.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/automap.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "automap.hpp"
    13 #include "game.hpp"
     12#include "automap.h"
     13#include "game.h"
    1414
    1515automap *current_automap=0;
  • abuse/trunk/src/automap.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __AUTOMAP_HPP_
    1212
    13 #include "jwindow.hpp"
    14 #include "level.hpp"
     13#include "jwindow.h"
     14#include "level.h"
    1515
    1616class automap
  • abuse/trunk/src/bus_type.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/cache.cpp

    r476 r481  
    1717#include <string.h>
    1818
    19 #include "cache.hpp"
    20 #include "lisp.hpp"
    21 #include "video.hpp"
    22 #include "dprint.hpp"
    23 #include "exitproc.hpp"
    24 #include "lcache.hpp"
    25 #include "status.hpp"
    26 #include "game.hpp"
    27 #include "lisp_gc.hpp"
    28 #include "level.hpp"
    29 #include "status.hpp"
    30 #include "crc.hpp"
    31 #include "dev.hpp"
    32 #include "specache.hpp"
    33 #include "netface.hpp"
     19#include "cache.h"
     20#include "lisp.h"
     21#include "video.h"
     22#include "dprint.h"
     23#include "exitproc.h"
     24#include "lcache.h"
     25#include "status.h"
     26#include "game.h"
     27#include "lisp_gc.h"
     28#include "level.h"
     29#include "status.h"
     30#include "crc.h"
     31#include "dev.h"
     32#include "specache.h"
     33#include "netface.h"
    3434
    3535char lfname[100]="";          // name of compiled lisp code cache file
  • abuse/trunk/src/cache.h

    • Property svn:keywords set to Id
    r480 r481  
    1313#include <stdlib.h>
    1414
    15 #include "lisp/lisp.hpp"
    16 #include "sdlport/sound.hpp"
     15#include "lisp/lisp.h"
     16#include "sdlport/sound.h"
    1717
    18 #include "specs.hpp"
    19 #include "items.hpp"
    20 #include "particle.hpp"
     18#include "specs.h"
     19#include "items.h"
     20#include "particle.h"
    2121
    2222class level;
  • abuse/trunk/src/chars.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "chars.hpp"
    13 #include "game.hpp"
    14 #include "intsect.hpp"
    15 #include "lisp.hpp"
    16 #include "jwindow.hpp"
    17 #include "input.hpp"
    18 #include "id.hpp"
    19 #include "clisp.hpp"
    20 #include "dprint.hpp"
    21 #include "lisp_gc.hpp"
     12#include "chars.h"
     13#include "game.h"
     14#include "intsect.h"
     15#include "lisp.h"
     16#include "jwindow.h"
     17#include "input.h"
     18#include "id.h"
     19#include "clisp.h"
     20#include "dprint.h"
     21#include "lisp_gc.h"
    2222
    2323#define FADING_FRAMES 26
  • abuse/trunk/src/chars.h

    • Property svn:keywords set to Id
    r480 r481  
    1313#include <string.h>
    1414
    15 #include "seq.hpp"
    16 //#include "sound.hpp"
    17 #include "ability.hpp"
    18 #include "event.hpp"
    19 #include "macs.hpp"
     15#include "seq.h"
     16//#include "sound.h"
     17#include "ability.h"
     18#include "event.h"
     19#include "macs.h"
    2020#include <stdarg.h>
    2121#include <time.h>
  • abuse/trunk/src/chat.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "chat.hpp"
    13 #include "dev.hpp"
     12#include "chat.h"
     13#include "dev.h"
    1414
    1515chat_console *chat = NULL;
  • abuse/trunk/src/chat.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define CHAT_HPP_
    1212
    13 #include "console.hpp"
     13#include "console.h"
    1414
    1515class chat_console : public console
  • abuse/trunk/src/clisp.cpp

    r136 r481  
    1212#include <string.h>
    1313
    14 #include "sdlport/joy.hpp"
    15 
    16 #include "ant.hpp"
    17 #include "lisp.hpp"
    18 #include "game.hpp"
    19 #include "jrand.hpp"
    20 #include "dev.hpp"
    21 #include "pcxread.hpp"
    22 #include "menu.hpp"
    23 #include "dprint.hpp"
    24 #include "clisp.hpp"
    25 #include "chars.hpp"
    26 #include "lisp_gc.hpp"
    27 #include "cop.hpp"
    28 #include "loadgame.hpp"
    29 #include "nfserver.hpp"
    30 #include "demo.hpp"
    31 #include "chat.hpp"
    32 #include "jdir.hpp"
    33 #include "netcfg.hpp"
     14#include "sdlport/joy.h"
     15
     16#include "ant.h"
     17#include "lisp.h"
     18#include "game.h"
     19#include "jrand.h"
     20#include "dev.h"
     21#include "pcxread.h"
     22#include "menu.h"
     23#include "dprint.h"
     24#include "clisp.h"
     25#include "chars.h"
     26#include "lisp_gc.h"
     27#include "cop.h"
     28#include "loadgame.h"
     29#include "nfserver.h"
     30#include "demo.h"
     31#include "chat.h"
     32#include "jdir.h"
     33#include "netcfg.h"
    3434
    3535#define ENGINE_MAJOR 1
  • abuse/trunk/src/clisp.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/collide.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "level.hpp"
    13 #include "intsect.hpp"
     12#include "level.h"
     13#include "intsect.h"
    1414
    1515class collide_patch
  • abuse/trunk/src/compiled.cpp

    r146 r481  
    1313#include <malloc.h>
    1414
    15 #include "lisp.hpp"
    16 #include "macs.hpp"
     15#include "lisp.h"
     16#include "macs.h"
    1717
    1818extern int total_objects;
  • abuse/trunk/src/compiled.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __COMPILED_HPP_
    1111#define __COMPILED_HPP_
    12 #include "macs.hpp"
     12#include "macs.h"
    1313extern int32_t S_fall_start,S_falling,S_landing,S_pounce_wait,
    1414            S_turn_around,S_fire_wait,S_ceil_fire,S_top_walk,
  • abuse/trunk/src/configuration.cpp

    • Property svn:keywords set to Id
    r480 r481  
    1212#include <ctype.h>
    1313
    14 #include "sdlport/joy.hpp"
    15 #include "game.hpp"
    16 
    17 #include "keys.hpp"
    18 #include "lisp.hpp"
    19 #include "jwindow.hpp"
    20 #include "config.hpp"
     14#include "sdlport/joy.h"
     15#include "game.h"
     16
     17#include "keys.h"
     18#include "lisp.h"
     19#include "jwindow.h"
     20#include "configuration.h"
    2121
    2222extern int get_key_binding(char const *dir, int i);
  • abuse/trunk/src/configuration.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/console.cpp

    r131 r481  
    1414#include <string.h>
    1515
    16 #include "game.hpp"
    17 
    18 #include "linked.hpp"
    19 #include "console.hpp"
     16#include "game.h"
     17
     18#include "linked.h"
     19#include "console.h"
    2020
    2121void console::put_string(char const *st)
  • abuse/trunk/src/console.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __CONSOLE_HPP_
    1111#define __CONSOLE_HPP_
    12 #include "jwindow.hpp"
     12#include "jwindow.h"
    1313
    1414class console
  • abuse/trunk/src/control.cpp

    r134 r481  
    1010#include "config.h"
    1111
    12 #include "game.hpp"
    13 #include "control.hpp"
    14 #include "specs.hpp"
    15 #include "hpoint.hpp"
    16 #include "ability.hpp"
     12#include "game.h"
     13#include "control.h"
     14#include "specs.h"
     15#include "hpoint.h"
     16#include "ability.h"
    1717
    1818#define FADING_FRAMES 20
  • abuse/trunk/src/control.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __CONTROLLED_HPP_
    1212
    13 #include "objects.hpp"
    14 #include "chars.hpp"
     13#include "objects.h"
     14#include "chars.h"
    1515
    1616
  • 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 };
  • abuse/trunk/src/cop.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/crc.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "crc.hpp"
     12#include "crc.h"
    1313
    1414uint16_t calc_crc(uint8_t *buf, int len)
  • abuse/trunk/src/crc.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef _CRC_HPP_
    1111#define _CRC_HPP_
    12 #include "specs.hpp"
    13 #include "macs.hpp"
     12#include "specs.h"
     13#include "macs.h"
    1414
    1515uint16_t calc_crc(uint8_t *buf, int len);
  • abuse/trunk/src/demo.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "game.hpp"
    13 
    14 #include "demo.hpp"
    15 #include "specs.hpp"
    16 #include "macs.hpp"
    17 #include "jwindow.hpp"
    18 #include "dprint.hpp"
    19 #include "dev.hpp"
    20 #include "jrand.hpp"
    21 #include "lisp.hpp"
    22 #include "clisp.hpp"
    23 #include "netface.hpp"
     12#include "game.h"
     13
     14#include "demo.h"
     15#include "specs.h"
     16#include "macs.h"
     17#include "jwindow.h"
     18#include "dprint.h"
     19#include "dev.h"
     20#include "jrand.h"
     21#include "lisp.h"
     22#include "clisp.h"
     23#include "netface.h"
    2424
    2525
  • abuse/trunk/src/demo.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __DEMO_HPP_
    1212
    13 #include "jwindow.hpp"
     13#include "jwindow.h"
    1414
    1515class demo_manager
  • abuse/trunk/src/dev.cpp

    r131 r481  
    1313#include <string.h>
    1414
    15 #include "dev.hpp"
    16 #include "input.hpp"
    17 #include "objects.hpp"
    18 #include "id.hpp"
    19 #include "lisp.hpp"
    20 #include "light.hpp"
    21 #include "devsel.hpp"
    22 #include "dprint.hpp"
    23 #include "property.hpp"
    24 #include "pmenu.hpp"
    25 #include "filesel.hpp"
    26 #include "tools.hpp"
    27 #include "game.hpp"
    28 #include "pcxread.hpp"
    29 #include "lisp_gc.hpp"
    30 #include "demo.hpp"
    31 #include "profile.hpp"
    32 #include "sbar.hpp"
    33 #include "compiled.hpp"
    34 #include "chat.hpp"
     15#include "dev.h"
     16#include "input.h"
     17#include "objects.h"
     18#include "id.h"
     19#include "lisp.h"
     20#include "light.h"
     21#include "devsel.h"
     22#include "dprint.h"
     23#include "property.h"
     24#include "pmenu.h"
     25#include "filesel.h"
     26#include "tools.h"
     27#include "game.h"
     28#include "pcxread.h"
     29#include "lisp_gc.h"
     30#include "demo.h"
     31#include "profile.h"
     32#include "sbar.h"
     33#include "compiled.h"
     34#include "chat.h"
    3535
    3636#define make_above_tile(x) ((x)|0x4000)
  • abuse/trunk/src/dev.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __DEV_HPP_
    1212
    13 #include "game.hpp"
    14 #include "light.hpp"
    15 #include "console.hpp"
    16 #include "timing.hpp"
     13#include "game.h"
     14#include "light.h"
     15#include "console.h"
     16#include "timing.h"
    1717
    1818/* Cleaned-up externs */
  • abuse/trunk/src/devsel.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "devsel.hpp"
    13 #include "scroller.hpp"
    14 #include "cache.hpp"
    15 #include "game.hpp"
     12#include "devsel.h"
     13#include "scroller.h"
     14#include "cache.h"
     15#include "game.h"
    1616
    1717void scale_put(image *im, image *screen, int x, int y, short new_width, short new_height);
  • abuse/trunk/src/devsel.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __DEVSCROLL_HPP_
    1111#define __DEVSCROLL_HPP_
    12 #include "scroller.hpp"
     12#include "scroller.h"
    1313
    1414class tile_picker : public scroller
  • abuse/trunk/src/director.cpp

    r162 r481  
    1010#include "config.h"
    1111
    12 #include "director.hpp"
    13 #include "game.hpp"
    14 #include "lisp.hpp"
    15 #include "fonts.hpp"
     12#include "director.h"
     13#include "game.h"
     14#include "lisp.h"
     15#include "fonts.h"
    1616
    1717director scene_director;
  • abuse/trunk/src/director.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __DIRECTOR_HPP_
    1212
    13 #include "timing.hpp"
     13#include "timing.h"
    1414
    1515class director        // the director controlls the scene
  • abuse/trunk/src/endgame.cpp

    r129 r481  
    1212#include <math.h>
    1313
    14 #include "menu.hpp"
    15 #include "lisp.hpp"
    16 #include "game.hpp"
    17 #include "timing.hpp"
    18 #include "game.hpp"
    19 #include "id.hpp"
    20 #include "pmenu.hpp"
    21 #include "gui.hpp"
    22 #include "property.hpp"
    23 #include "dev.hpp"
    24 #include "clisp.hpp"
    25 #include "dprint.hpp"
    26 #include "jrand.hpp"
    27 #include "director.hpp"
    28 #include "lisp_gc.hpp"
     14#include "menu.h"
     15#include "lisp.h"
     16#include "game.h"
     17#include "timing.h"
     18#include "game.h"
     19#include "id.h"
     20#include "pmenu.h"
     21#include "gui.h"
     22#include "property.h"
     23#include "dev.h"
     24#include "clisp.h"
     25#include "dprint.h"
     26#include "jrand.h"
     27#include "director.h"
     28#include "lisp_gc.h"
    2929
    3030extern palette *old_pal;
  • abuse/trunk/src/exitproc.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/extend.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "extend.hpp"
    13 #include "view.hpp"
    14 #include "objects.hpp"
    15 #include "lisp.hpp"
     12#include "extend.h"
     13#include "view.h"
     14#include "objects.h"
     15#include "lisp.h"
    1616
    1717/*
  • abuse/trunk/src/extend.h

    • Property svn:keywords set to Id
    r480 r481  
    1818
    1919
    20 #include "lisp/lisp.hpp"
     20#include "lisp/lisp.h"
    2121
    22 #include "macs.hpp"
    23 #include "morpher.hpp"
    24 #include "chars.hpp"
     22#include "macs.h"
     23#include "morpher.h"
     24#include "chars.h"
    2525
    2626
  • abuse/trunk/src/fakelib.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/game.cpp

    r480 r481  
    1818#endif
    1919
    20 #include "sdlport/joy.hpp"
    21 
    22 #include "dev.hpp"
    23 #include "game.hpp"
    24 
    25 #include "id.hpp"
    26 #include "timing.hpp"
    27 #include "automap.hpp"
    28 #include "help.hpp"
    29 #include "ability.hpp"
    30 #include "cache.hpp"
    31 #include "lisp.hpp"
    32 #include "jrand.hpp"
    33 #include "config.hpp"
    34 #include "light.hpp"
    35 #include "scroller.hpp"
    36 #include "dprint.hpp"
    37 #include "nfserver.hpp"
    38 #include "video.hpp"
    39 #include "transp.hpp"
    40 #include "clisp.hpp"
    41 #include "guistat.hpp"
    42 #include "menu.hpp"
    43 #include "gamma.hpp"
    44 #include "lisp_gc.hpp"
    45 #include "demo.hpp"
    46 #include "sbar.hpp"
    47 #include "profile.hpp"
    48 #include "compiled.hpp"
    49 #include "lisp_gc.hpp"
    50 #include "pmenu.hpp"
    51 #include "timing.hpp"
    52 #include "chat.hpp"
    53 #include "demo.hpp"
    54 #include "netcfg.hpp"
     20#include "sdlport/joy.h"
     21
     22#include "dev.h"
     23#include "game.h"
     24
     25#include "id.h"
     26#include "timing.h"
     27#include "automap.h"
     28#include "help.h"
     29#include "ability.h"
     30#include "cache.h"
     31#include "lisp.h"
     32#include "jrand.h"
     33#include "configuration.h"
     34#include "light.h"
     35#include "scroller.h"
     36#include "dprint.h"
     37#include "nfserver.h"
     38#include "video.h"
     39#include "transp.h"
     40#include "clisp.h"
     41#include "guistat.h"
     42#include "menu.h"
     43#include "gamma.h"
     44#include "lisp_gc.h"
     45#include "demo.h"
     46#include "sbar.h"
     47#include "profile.h"
     48#include "compiled.h"
     49#include "lisp_gc.h"
     50#include "pmenu.h"
     51#include "timing.h"
     52#include "chat.h"
     53#include "demo.h"
     54#include "netcfg.h"
    5555
    5656#define SHIFT_RIGHT_DEFAULT 0
     
    7979
    8080// Enabled TCPIP driver
    81 #include "tcpip.hpp"
     81#include "tcpip.h"
    8282tcpip_protocol tcpip;
    8383
  • abuse/trunk/src/game.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __GAME_HPP_
    1212
    13 #include "loader2.hpp"
     13#include "loader2.h"
    1414
    15 #include "macs.hpp"
    16 #include "image.hpp"
    17 #include "video.hpp"
    18 #include "event.hpp"
    19 #include "fonts.hpp"
    20 #include "items.hpp"
    21 #include "jwindow.hpp"
    22 #include "filter.hpp"
    23 #include "level.hpp"
    24 #include "cache.hpp"
    25 #include "director.hpp"
    26 #include "view.hpp"
    27 #include "id.hpp"
     15#include "macs.h"
     16#include "image.h"
     17#include "video.h"
     18#include "event.h"
     19#include "fonts.h"
     20#include "items.h"
     21#include "jwindow.h"
     22#include "filter.h"
     23#include "level.h"
     24#include "cache.h"
     25#include "director.h"
     26#include "view.h"
     27#include "id.h"
    2828
    2929#define MAPFW                100
  • abuse/trunk/src/gamma.cpp

    r142 r481  
    1212#include <math.h>
    1313
    14 #include "game.hpp"
    15 
    16 #include "jwindow.hpp"
    17 #include "lisp.hpp"
    18 #include "scroller.hpp"
    19 #include "id.hpp"
    20 #include "cache.hpp"
    21 #include "dprint.hpp"
    22 #include "loader2.hpp"
     14#include "game.h"
     15
     16#include "jwindow.h"
     17#include "lisp.h"
     18#include "scroller.h"
     19#include "id.h"
     20#include "cache.h"
     21#include "dprint.h"
     22#include "loader2.h"
    2323
    2424extern int dev_ok;
  • abuse/trunk/src/gamma.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __GAMMA_HPP_
    1212
    13 #include "palette.hpp"
     13#include "palette.h"
    1414void gamma_correct(palette *&pal, int force_menu=0);
    1515
  • abuse/trunk/src/go.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "go.hpp"
    13 #include "level.hpp"
    14 #include "game.hpp"
    15 #include "id.hpp"
    16 #include "signals.hpp"
     12#include "go.h"
     13#include "level.h"
     14#include "game.h"
     15#include "id.h"
     16#include "signals.h"
    1717
    1818#define EL_WAIT_MOVEMENT 1           // wait for the user to press up or down
  • abuse/trunk/src/go.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __GO_HPP_
    1111#define __GO_HPP_
    12 #include "objects.hpp"
     12#include "objects.h"
    1313
    1414class elcontrol : public game_object
  • abuse/trunk/src/gui.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "cache.hpp"
    13 #include "gui.hpp"
    14 #include "dev.hpp"
    15 #include "loader2.hpp"
     12#include "cache.h"
     13#include "gui.h"
     14#include "dev.h"
     15#include "loader2.h"
    1616
    1717void ico_button::set_act_id(int id)
  • abuse/trunk/src/gui.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __GUI_HPP_
    1111#define __GUI_HPP_
    12 #include "jwindow.hpp"
     12#include "jwindow.h"
    1313
    1414
  • abuse/trunk/src/help.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "help.hpp"
    13 #include "game.hpp"
    14 #include "netcfg.hpp"
     12#include "help.h"
     13#include "game.h"
     14#include "netcfg.h"
    1515
    1616int total_help_screens;
  • abuse/trunk/src/help.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __HELP_HPP_
    1212
    13 #include "event.hpp"
     13#include "event.h"
    1414
    1515extern int total_help_screens;
  • abuse/trunk/src/id.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/imlib/Makefile.am

    r142 r481  
    33
    44libimlib_a_SOURCES = \
    5     filter.cpp filter.hpp \
    6     image.cpp image.hpp \
    7     linked.cpp linked.hpp \
    8     input.cpp input.hpp \
    9     palette.cpp palette.hpp \
    10     include.cpp include.hpp \
    11     fonts.cpp fonts.hpp \
    12     specs.cpp specs.hpp \
    13     supmorph.cpp supmorph.hpp \
    14     pcxread.cpp pcxread.hpp \
    15     timage.cpp timage.hpp \
    16     jrand.cpp jrand.hpp \
    17     keys.cpp keys.hpp \
    18     dprint.cpp dprint.hpp \
    19     status.cpp status.hpp \
    20     readwav.cpp readwav.hpp \
    21     pmenu.cpp pmenu.hpp \
    22     scroller.cpp scroller.hpp \
    23     filesel.cpp filesel.hpp \
    24     tools.cpp tools.hpp \
    25     guistat.cpp guistat.hpp \
    26     sprite.cpp sprite.hpp \
    27     jwindow.cpp jwindow.hpp \
    28     main.hpp macs.hpp video.hpp event.hpp mouse.hpp timing.hpp jdir.hpp \
     5    filter.cpp filter.h \
     6    image.cpp image.h \
     7    linked.cpp linked.h \
     8    input.cpp input.h \
     9    palette.cpp palette.h \
     10    include.cpp include.h \
     11    fonts.cpp fonts.h \
     12    specs.cpp specs.h \
     13    supmorph.cpp supmorph.h \
     14    pcxread.cpp pcxread.h \
     15    timage.cpp timage.h \
     16    jrand.cpp jrand.h \
     17    keys.cpp keys.h \
     18    dprint.cpp dprint.h \
     19    status.cpp status.h \
     20    readwav.cpp readwav.h \
     21    pmenu.cpp pmenu.h \
     22    scroller.cpp scroller.h \
     23    filesel.cpp filesel.h \
     24    tools.cpp tools.h \
     25    guistat.cpp guistat.h \
     26    sprite.cpp sprite.h \
     27    jwindow.cpp jwindow.h \
     28    main.h macs.h video.h event.h mouse.h timing.h jdir.h \
    2929    system.h \
    3030    $(NULL)
  • abuse/trunk/src/imlib/dprint.cpp

    r124 r481  
    1414#include <stdio.h>
    1515
    16 #include "macs.hpp"
     16#include "macs.h"
    1717
    1818void  (*dprint_fun)(char *) = NULL;
  • abuse/trunk/src/imlib/dprint.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/imlib/event.h

    • Property svn:keywords set to Id
    r480 r481  
    2525#define RIGHT_BUTTON   2
    2626#define MIDDLE_BUTTON  4
    27 #include "keys.hpp"
    28 #include "sprite.hpp"
    29 #include "mouse.hpp"
     27#include "keys.h"
     28#include "sprite.h"
     29#include "mouse.h"
    3030
    3131class Jwindow;
  • abuse/trunk/src/imlib/filesel.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "filesel.hpp"
    13 #include "input.hpp"
    14 #include "scroller.hpp"
    15 #include "jdir.hpp"
     12#include "filesel.h"
     13#include "input.h"
     14#include "scroller.h"
     15#include "jdir.h"
    1616
    1717class file_picker : public spicker
  • abuse/trunk/src/imlib/filesel.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __FSELECT_HPP_
    1212
    13 #include "jwindow.hpp"
     13#include "jwindow.h"
    1414
    1515Jwindow *file_dialog(char const *prompt, char const *def,
  • abuse/trunk/src/imlib/filter.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "image.hpp"
    13 #include "macs.hpp"
    14 #include "filter.hpp"
     12#include "image.h"
     13#include "macs.h"
     14#include "filter.h"
    1515
    1616extern unsigned char current_background;
  • abuse/trunk/src/imlib/filter.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define _FILTER_HPP
    1212
    13 #include "image.hpp"
    14 #include "palette.hpp"
    15 #include "specs.hpp"
     13#include "image.h"
     14#include "palette.h"
     15#include "specs.h"
    1616
    1717class filter
  • abuse/trunk/src/imlib/fonts.cpp

    r124 r481  
    1212#include <ctype.h>
    1313
    14 #include "fonts.hpp"
     14#include "fonts.h"
    1515
    1616texture_font::texture_font(image *letters, image *font_pattern)
  • abuse/trunk/src/imlib/fonts.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __FONTS_HPP_
    1111#define __FONTS_HPP_
    12 #include "image.hpp"
    13 #include "timage.hpp"
     12#include "image.h"
     13#include "timage.h"
    1414
    1515
  • abuse/trunk/src/imlib/glview.cpp

    r129 r481  
    1212#include <math.h>
    1313
    14 #include "macs.hpp"
    15 #include "mdlread.hpp"
    16 #include "video.hpp"
    17 #include "image.hpp"
    18 #include "palette.hpp"
    19 #include "linked.hpp"
     14#include "macs.h"
     15#include "mdlread.h"
     16#include "video.h"
     17#include "image.h"
     18#include "palette.h"
     19#include "linked.h"
    2020
    21 #include "glread.hpp"
    22 #include "gifread.hpp"
    23 #include "ppmread.hpp"
     21#include "glread.h"
     22#include "gifread.h"
     23#include "ppmread.h"
    2424
    2525
  • abuse/trunk/src/imlib/guistat.cpp

    r131 r481  
    1212#include <string.h>
    1313
    14 #include "input.hpp"
    15 #include "status.hpp"
    16 #include "timing.hpp"
    17 #include "guistat.hpp"
     14#include "input.h"
     15#include "status.h"
     16#include "timing.h"
     17#include "guistat.h"
    1818
    1919class gui_status_node
  • abuse/trunk/src/imlib/guistat.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __GU_STAT_HPP
    1111#define __GU_STAT_HPP
    12 #include "status.hpp"
    13 #include "jwindow.hpp"
     12#include "status.h"
     13#include "jwindow.h"
    1414#include <string.h>
    1515
  • abuse/trunk/src/imlib/image.cpp

    r129 r481  
    1818#include <stdlib.h>
    1919
    20 #include "image.hpp"
    21 #include "macs.hpp"
     20#include "image.h"
     21#include "macs.h"
    2222#include "system.h"
    2323#include "system.h"
  • abuse/trunk/src/imlib/image.h

    • Property svn:keywords set to Id
    r480 r481  
    1212
    1313#include <stdlib.h>
    14 #include "linked.hpp"
    15 #include "palette.hpp"
     14#include "linked.h"
     15#include "palette.h"
    1616#include "system.h"
    17 #include "specs.hpp"
     17#include "specs.h"
    1818#define MAX_DIRTY 200
    1919#define Inew(pointer,type); { make_block(sizeof(type)); pointer=new type; }
  • abuse/trunk/src/imlib/include.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "include.hpp"
     12#include "include.h"
    1313#include "ctype.h"
    1414
  • abuse/trunk/src/imlib/include.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __INCLUDE_HPP_
    1111#define __INCLUDE_HPP_
    12 #include "image.hpp"
    13 #include "palette.hpp"
     12#include "image.h"
     13#include "palette.h"
    1414
    1515void write_include(image *im, palette *pal, char *filename, char *name);
  • abuse/trunk/src/imlib/input.cpp

    r131 r481  
    1212#include <string.h>
    1313
    14 #include "input.hpp"
    15 #include "macs.hpp"
     14#include "input.h"
     15#include "macs.h"
    1616
    1717
  • abuse/trunk/src/imlib/input.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __INPUT_HPP_
    1111#define __INPUT_HPP_
    12 #include "jwindow.hpp"
    13 #include "filter.hpp"
     12#include "jwindow.h"
     13#include "filter.h"
    1414
    1515extern WindowManager *wm; /* FIXME: get rid of this if possible */
  • abuse/trunk/src/imlib/jdir.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/imlib/jrand.cpp

    r124 r481  
    1313#include <stdio.h>
    1414
    15 #include "jrand.hpp"
     15#include "jrand.h"
    1616
    1717unsigned short rtable[RAND_TABLE_SIZE];
  • abuse/trunk/src/imlib/jrand.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/imlib/jwindow.cpp

    r131 r481  
    1212#include <string.h>
    1313
    14 #include "video.hpp"
    15 #include "image.hpp"
    16 #include "input.hpp"
    17 #include "event.hpp"
    18 #include "filter.hpp"
    19 #include "event.hpp"
    20 #include "jwindow.hpp"
     14#include "video.h"
     15#include "image.h"
     16#include "input.h"
     17#include "event.h"
     18#include "filter.h"
     19#include "event.h"
     20#include "jwindow.h"
    2121
    2222static int jw_left = 3, jw_right = 3, jw_top = 2, jw_bottom = 3;
  • abuse/trunk/src/imlib/jwindow.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __JWIN__
    1111#define __JWIN__
    12 #include "video.hpp"
    13 #include "image.hpp"
    14 #include "event.hpp"
    15 #include "filter.hpp"
    16 #include "event.hpp"
    17 #include "fonts.hpp"
     12#include "video.h"
     13#include "image.h"
     14#include "event.h"
     15#include "filter.h"
     16#include "event.h"
     17#include "fonts.h"
    1818
    1919class ifield;
  • abuse/trunk/src/imlib/keys.cpp

    r56 r481  
    1313#include <ctype.h>
    1414
    15 #include "keys.hpp"
     15#include "keys.h"
    1616
    1717char const *jk_key_names[]=
  • abuse/trunk/src/imlib/keys.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/imlib/linked.cpp

    r124 r481  
    1414#include <string.h>
    1515
    16 #include "linked.hpp"
     16#include "linked.h"
    1717
    1818//
  • abuse/trunk/src/imlib/linked.h

    • Property svn:keywords set to Id
    r480 r481  
    88 */
    99
    10 // linked.hpp  - linked list and linked list node classes
     10// linked.h  - linked list and linked list node classes
    1111// written June 2, 1992 by Jonathan Clark  (at home)
    1212// these classes provide the basic groundwork for any future linked list
  • abuse/trunk/src/imlib/macs.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/imlib/main.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/imlib/morph.cpp

    r129 r481  
    1212#include "config.h"
    1313
    14 #include "morph.hpp"
     14#include "morph.h"
    1515
    1616long trans(long x1, long x2, long frame)
  • abuse/trunk/src/imlib/morph.h

    r57 r481  
    1111#define __MORPH_H_
    1212
    13 #include "image.hpp"
     13#include "image.h"
    1414struct point
    1515{
  • abuse/trunk/src/imlib/morph.hpp

    r129 r481  
    1515#include <stdio.h>
    1616
    17 #include "image.hpp"
    18 #include "palette.hpp"
    19 #include "macs.hpp"
    20 #include "specs.hpp"
    21 #include "filter.hpp"
     17#include "image.h"
     18#include "palette.h"
     19#include "macs.h"
     20#include "specs.h"
     21#include "filter.h"
    2222
    2323
  • abuse/trunk/src/imlib/mouse.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __MOUSE_HPP_
    1111#define __MOUSE_HPP_
    12 #include "image.hpp"
    13 #include "sprite.hpp"
     12#include "image.h"
     13#include "sprite.h"
    1414
    1515class JCMouse
  • abuse/trunk/src/imlib/palette.cpp

    r476 r481  
    1212#include <math.h>
    1313
    14 #include "palette.hpp"
    15 #include "image.hpp"
    16 #include "macs.hpp"
    17 #include "video.hpp"
    18 #include "filter.hpp"
     14#include "palette.h"
     15#include "image.h"
     16#include "macs.h"
     17#include "video.h"
     18#include "filter.h"
    1919
    2020palette *lastl=NULL;
  • abuse/trunk/src/imlib/palette.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef _PALETTE_H_
    1111#define _PALETTE_H_
    12 #include "linked.hpp"
    13 #include "specs.hpp"
     12#include "linked.h"
     13#include "specs.h"
    1414#define COLOR_BITS 6    // On PC-6, most others -8
    1515#define COLOR_SHIFT (8-COLOR_BITS)
  • abuse/trunk/src/imlib/pcxread.cpp

    r134 r481  
    1010#include "config.h"
    1111
    12 #include "pcxread.hpp"
    13 #include "specs.hpp"
     12#include "pcxread.h"
     13#include "specs.h"
    1414
    1515struct PCX_header_type
  • 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);
  • abuse/trunk/src/imlib/pmenu.cpp

    r162 r481  
    1212#include <string.h>
    1313
    14 #include "pmenu.hpp"
     14#include "pmenu.h"
    1515
    1616void pmenu::move(int new_x, int new_y)
  • abuse/trunk/src/imlib/pmenu.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __PMENU_HPP_
    1212
    13 #include "input.hpp"
     13#include "input.h"
    1414
    1515class psub_menu;
  • abuse/trunk/src/imlib/readwav.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "readwav.hpp"
    13 #include "specs.hpp"
    14 #include "macs.hpp"
    15 #include "dprint.hpp"
     12#include "readwav.h"
     13#include "specs.h"
     14#include "macs.h"
     15#include "dprint.h"
    1616
    1717struct wav_chunk
  • abuse/trunk/src/imlib/readwav.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __READ_WAV_HPP_
    1111#define __READ_WAV_HPP_
    12 #include "specs.hpp"
     12#include "specs.h"
    1313unsigned char *read_wav(char *filename, long &sample_rate, long &data_size);
    1414void write_wav(char *filename, long sample_rate, long data_size, unsigned char *data);
  • abuse/trunk/src/imlib/scroller.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "scroller.hpp"
     12#include "scroller.h"
    1313#define HS_ICON_W 10
    1414#define HS_ICON_H 8
  • abuse/trunk/src/imlib/scroller.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define _SCROLLER_HPP_
    1212
    13 #include "input.hpp"
     13#include "input.h"
    1414
    1515class scroller : public ifield
  • abuse/trunk/src/imlib/specs.cpp

    r162 r481  
    2121#endif
    2222
    23 #include "image.hpp"
    24 #include "palette.hpp"
    25 #include "specs.hpp"
     23#include "image.h"
     24#include "palette.h"
     25#include "specs.h"
    2626#include "system.h"
    27 #include "dprint.hpp"
     27#include "dprint.h"
    2828
    2929char const *spec_types[] =
  • abuse/trunk/src/imlib/specs.h

    • Property svn:keywords set to Id
    r480 r481  
    1717#include <string.h>
    1818
    19 #include "linked.hpp"
     19#include "linked.h"
    2020#include "system.h"
    2121
  • abuse/trunk/src/imlib/sprite.cpp

    r134 r481  
    1212#include <math.h>
    1313
    14 #include "macs.hpp"
    15 #include "video.hpp"
    16 #include "image.hpp"
    17 #include "palette.hpp"
    18 #include "linked.hpp"
    19 #include "sprite.hpp"
     14#include "macs.h"
     15#include "video.h"
     16#include "image.h"
     17#include "palette.h"
     18#include "linked.h"
     19#include "sprite.h"
    2020
    2121
  • abuse/trunk/src/imlib/sprite.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __SPRITE_HPP
    1111#define __SPRITE_HPP
    12 #include "macs.hpp"
    13 #include "image.hpp"
    14 #include "linked.hpp"
     12#include "macs.h"
     13#include "image.h"
     14#include "linked.h"
    1515
    1616class sprite : public linked_node
  • abuse/trunk/src/imlib/status.cpp

    r131 r481  
    1212#include <string.h>
    1313
    14 #include "macs.hpp"
    15 #include "status.hpp"
    16 #include "dprint.hpp"
     14#include "macs.h"
     15#include "status.h"
     16#include "dprint.h"
    1717
    1818status_manager *stat_man=NULL;
  • abuse/trunk/src/imlib/status.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __STATUS_HPP_
    1212
    13 #include "visobj.hpp"      // get visual object declaration
     13#include "visobj.h"      // get visual object declaration
    1414
    1515
  • abuse/trunk/src/imlib/supmorph.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "supmorph.hpp"
    13 #include "specs.hpp"
    14 #include "timage.hpp"
    15 #include "timing.hpp"
    16 #include "filter.hpp"
    17 #include "video.hpp"
    18 #include "jrand.hpp"
     12#include "supmorph.h"
     13#include "specs.h"
     14#include "timage.h"
     15#include "timing.h"
     16#include "filter.h"
     17#include "video.h"
     18#include "jrand.h"
    1919
    2020#define p_swap(x,y) { x^=y; y^=x; x^=y; }
  • abuse/trunk/src/imlib/supmorph.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __SUPER_MORPH_HPP__
    1212
    13 #include "timage.hpp"
     13#include "timage.h"
    1414
    1515class super_morph
  • abuse/trunk/src/imlib/timage.cpp

    r130 r481  
    1010#include "config.h"
    1111
    12 #include "timage.hpp"
     12#include "timage.h"
    1313
    1414void trans_image::make_color(int c)
  • abuse/trunk/src/imlib/timage.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __TIMAGE_HPP_
    1212
    13 #include "image.hpp"
    14 #include "macs.hpp"
    15 #include "palette.hpp"
    16 #include "filter.hpp"
     13#include "image.h"
     14#include "macs.h"
     15#include "palette.h"
     16#include "filter.h"
    1717
    1818/* data is stored in the following format
  • abuse/trunk/src/imlib/timing.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/imlib/tools.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "tools.hpp"
     12#include "tools.h"
    1313
    1414
  • abuse/trunk/src/imlib/tools.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __TOOLS_HPP_
    1212
    13 #include "jwindow.hpp"
    14 #include "input.hpp"
    15 #include "specs.hpp"
    16 #include "scroller.hpp"
    17 #include "visobj.hpp"
     13#include "jwindow.h"
     14#include "input.h"
     15#include "specs.h"
     16#include "scroller.h"
     17#include "visobj.h"
    1818
    1919class tool_picker : public spicker
  • abuse/trunk/src/imlib/video.h

    • Property svn:keywords set to Id
    r480 r481  
    2020#define XWINDOWS_2       2
    2121
    22 #include "image.hpp"
     22#include "image.h"
    2323
    2424
  • abuse/trunk/src/imlib/visobj.cpp

    r131 r481  
    1212#include <string.h>
    1313
    14 #include "input.hpp"
    15 #include "visobj.hpp"
     14#include "input.h"
     15#include "visobj.h"
    1616
    1717void image_visual::draw(image *screen, int x, int y,
  • abuse/trunk/src/imlib/visobj.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define VIS_OBJECT_HPP
    1212
    13 #include "jwindow.hpp"
    14 #include "filter.hpp"
     13#include "jwindow.h"
     14#include "filter.h"
    1515
    1616class visual_object
  • abuse/trunk/src/innet.cpp

    r151 r481  
    1212#include <stdio.h>
    1313
    14 #include "demo.hpp"
    15 #include "macs.hpp"
    16 #include "specs.hpp"
    17 #include "level.hpp"
    18 #include "game.hpp"
    19 #include "dev.hpp"
    20 #include "timing.hpp"
    21 #include "fileman.hpp"
    22 #include "netface.hpp"
    23 
    24 #include "gserver.hpp"
    25 #include "gclient.hpp"
    26 #include "dprint.hpp"
    27 #include "netcfg.hpp"
     14#include "demo.h"
     15#include "macs.h"
     16#include "specs.h"
     17#include "level.h"
     18#include "game.h"
     19#include "dev.h"
     20#include "timing.h"
     21#include "fileman.h"
     22#include "netface.h"
     23
     24#include "gserver.h"
     25#include "gclient.h"
     26#include "dprint.h"
     27#include "netcfg.h"
    2828
    2929/*
  • abuse/trunk/src/intsect.cpp

    r124 r481  
    1212#include <stdlib.h>
    1313
    14 #include "macs.hpp"
     14#include "macs.h"
    1515
    1616void pushback(int32_t x1,int32_t y1,int32_t &x2,int32_t &y2,
  • abuse/trunk/src/intsect.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/isllist.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define ISLLIST_HH
    1212
    13 // "inc/isllist.hpp", line 13.10: 1540-016: (S) protected member "isllist<tcpip_protocol::RequestItem*>::list_node *" cannot be accessed.
     13// "inc/isllist.h", line 13.10: 1540-016: (S) protected member "isllist<tcpip_protocol::RequestItem*>::list_node *" cannot be accessed.
    1414
    1515template <class T>
     
    117117
    118118/*
    119 "inc/isllist.hpp", line 9.8: 1540-051: (S) A declaration has been made without a type specification.
    120 "inc/isllist.hpp", line 9.8: 1540-022: (S) "isllist" was previously declared as "type name".
    121 "inc/isllist.hpp", line 9.1: 1540-377: (I) "isllist" is declared on line 6 of "/u/crack/abuse/inc/isllist.hpp".
    122 "inc/isllist.hpp", line 16.10: 1540-016: (S) protected member "isllist<tcpip_protocol::RequestItem*>::list_node *" cannot be accessed.
     119"inc/isllist.h", line 9.8: 1540-051: (S) A declaration has been made without a type specification.
     120"inc/isllist.h", line 9.8: 1540-022: (S) "isllist" was previously declared as "type name".
     121"inc/isllist.h", line 9.1: 1540-377: (I) "isllist" is declared on line 6 of "/u/crack/abuse/inc/isllist.h".
     122"inc/isllist.h", line 16.10: 1540-016: (S) protected member "isllist<tcpip_protocol::RequestItem*>::list_node *" cannot be accessed.
    123123*/
  • abuse/trunk/src/items.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "items.hpp"
    13 #include "lisp.hpp"
    14 #include "dev.hpp"
     12#include "items.h"
     13#include "lisp.h"
     14#include "dev.h"
    1515
    1616
  • abuse/trunk/src/items.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __ITEMS_HPP__
    1111#define __ITEMS_HPP__
    12 #include "image.hpp"
    13 #include "specs.hpp"
    14 #include "points.hpp"
    15 #include "timage.hpp"
     12#include "image.h"
     13#include "specs.h"
     14#include "points.h"
     15#include "timage.h"
    1616#include <stdio.h>
    1717#include <stdlib.h>
  • abuse/trunk/src/lcache.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "lisp.hpp"
    13 #include "specs.hpp"
    14 #include "bus_type.hpp"
     12#include "lisp.h"
     13#include "specs.h"
     14#include "bus_type.h"
    1515
    1616long block_size(Cell *level)  // return size needed to recreate this block
  • abuse/trunk/src/lcache.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __LCACHE_HPP_
    1111#define __LCACHE_HPP_
    12 #include "lisp.hpp"
     12#include "lisp.h"
    1313
    1414#ifdef SCADALISP
  • abuse/trunk/src/level.cpp

    r131 r481  
    1818#include <time.h>
    1919
    20 #include "light.hpp"
    21 #include "level.hpp"
    22 #include "game.hpp"
    23 #include "intsect.hpp"
    24 #include "lisp.hpp"
    25 #include "dprint.hpp"
    26 #include "particle.hpp"
    27 #include "objects.hpp"
    28 #include "jrand.hpp"
    29 #include "macs.hpp"
    30 #include "clisp.hpp"
    31 #include "status.hpp"
    32 #include "dev.hpp"
    33 #include "demo.hpp"
    34 #include "pcxread.hpp"
    35 #include "profile.hpp"
    36 #include "sbar.hpp"
    37 #include "cop.hpp"
    38 #include "nfserver.hpp"
    39 #include "lisp_gc.hpp"
     20#include "light.h"
     21#include "level.h"
     22#include "game.h"
     23#include "intsect.h"
     24#include "lisp.h"
     25#include "dprint.h"
     26#include "particle.h"
     27#include "objects.h"
     28#include "jrand.h"
     29#include "macs.h"
     30#include "clisp.h"
     31#include "status.h"
     32#include "dev.h"
     33#include "demo.h"
     34#include "pcxread.h"
     35#include "profile.h"
     36#include "sbar.h"
     37#include "cop.h"
     38#include "nfserver.h"
     39#include "lisp_gc.h"
    4040
    4141level *current_level;
  • abuse/trunk/src/level.h

    • Property svn:keywords set to Id
    r480 r481  
    1212#define __LEVEL_HPP_
    1313
    14 #include "specs.hpp"
    15 #include "macs.hpp"
    16 #include "objects.hpp"
    17 #include "view.hpp"
    18 #include "id.hpp"
     14#include "specs.h"
     15#include "macs.h"
     16#include "objects.h"
     17#include "view.h"
     18#include "id.h"
    1919
    2020#include <stdlib.h>
  • abuse/trunk/src/light.cpp

    r129 r481  
    1212#include <stdlib.h>
    1313
    14 #include "light.hpp"
    15 #include "image.hpp"
    16 #include "macs.hpp"
    17 #include "video.hpp"
    18 #include "palette.hpp"
    19 #include "timing.hpp"
    20 #include "specs.hpp"
    21 #include "dprint.hpp"
    22 #include "filter.hpp"
    23 #include "status.hpp"
    24 #include "dev.hpp"
     14#include "light.h"
     15#include "image.h"
     16#include "macs.h"
     17#include "video.h"
     18#include "palette.h"
     19#include "timing.h"
     20#include "specs.h"
     21#include "dprint.h"
     22#include "filter.h"
     23#include "status.h"
     24#include "dev.h"
    2525
    2626light_source *first_light_source=NULL;
     
    2828short ambient_ramp=0;
    2929short shutdown_lighting_value,shutdown_lighting=0;
    30 extern char disable_autolight;   // defined in dev.hpp
     30extern char disable_autolight;   // defined in dev.h
    3131
    3232int light_detail=MEDIUM_DETAIL;
  • abuse/trunk/src/light.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define LIGHT_HPP
    1212
    13 #include "image.hpp"
    14 #include "palette.hpp"
    15 #include "config.hpp"
    16 #include "crc.hpp"
     13#include "image.h"
     14#include "palette.h"
     15#include "configuration.h"
     16#include "crc.h"
    1717
    1818#define TTINTS 9
  • abuse/trunk/src/lisp/Makefile.am

    r133 r481  
    33
    44liblisp_a_SOURCES = \
    5     lisp.cpp lisp.hpp \
    6     lisp_opt.cpp lisp_opt.hpp \
    7     lisp_gc.cpp lisp_gc.hpp \
     5    lisp.cpp lisp.h \
     6    lisp_opt.cpp lisp_opt.h \
     7    lisp_gc.cpp lisp_gc.h \
    88    trig.cpp \
    9     stack.hpp symbols.hpp \
     9    stack.h symbols.h \
    1010    $(NULL)
    1111
  • abuse/trunk/src/lisp/lisp.cpp

    r480 r481  
    1717
    1818#define TYPE_CHECKING 1
    19 #include "bus_type.hpp"
    20 
    21 #include "lisp.hpp"
    22 #include "lisp_gc.hpp"
    23 #include "symbols.hpp"
     19#include "bus_type.h"
     20
     21#include "lisp.h"
     22#include "lisp_gc.h"
     23#include "symbols.h"
    2424
    2525#ifdef NO_LIBS
    26 #   include "fakelib.hpp"
     26#   include "fakelib.h"
    2727#else
    28 #   include "status.hpp"
    29 #   include "macs.hpp"
    30 #   include "specs.hpp"
    31 #   include "dprint.hpp"
    32 #   include "cache.hpp"
    33 #   include "dev.hpp"
     28#   include "status.h"
     29#   include "macs.h"
     30#   include "specs.h"
     31#   include "dprint.h"
     32#   include "cache.h"
     33#   include "dev.h"
    3434#endif
    3535
  • abuse/trunk/src/lisp/lisp.h

    • Property svn:keywords set to Id
    r480 r481  
    1313#include <stdint.h>
    1414
    15 #include "lisp_opt.hpp"
     15#include "lisp_opt.h"
    1616
    1717#ifdef L_PROFILE
    18 #include "timing.hpp"
     18#include "timing.h"
    1919#endif
    2020
  • abuse/trunk/src/lisp/lisp_gc.cpp

    r480 r481  
    1313#include <string.h>
    1414
    15 #include "lisp.hpp"
     15#include "lisp.h"
    1616#ifdef NO_LIBS
    17 #include "fakelib.hpp"
     17#include "fakelib.h"
    1818#else
    19 #include "macs.hpp"
     19#include "macs.h"
    2020#endif
    2121
    22 #include "stack.hpp"
     22#include "stack.h"
    2323
    2424/*  Lisp garbage collection: uses copy/free algorithm
  • abuse/trunk/src/lisp/lisp_gc.h

    • Property svn:keywords set to Id
    r480 r481  
    88 */
    99
    10 #include "stack.hpp"
     10#include "stack.h"
    1111#ifndef __LISP_GC_HPP_
    1212#define __LISP_GC_HPP_
  • abuse/trunk/src/lisp/lisp_opt.cpp

    r124 r481  
    1111
    1212#ifdef NO_LIBS
    13 #include "fakelib.hpp"
     13#include "fakelib.h"
    1414#else
    15 #include "macs.hpp"
     15#include "macs.h"
    1616#endif
    1717
    18 #include "lisp.hpp"
    19 #include "lisp_gc.hpp"
     18#include "lisp.h"
     19#include "lisp_gc.h"
    2020
    2121void *true_symbol=NULL,*l_undefined,*list_symbol,*string_symbol,     // in lisp_init()
  • abuse/trunk/src/lisp/lisp_opt.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/lisp/stack.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/lisp/symbols.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/loader2.cpp

    r129 r481  
    1212#include <math.h>
    1313
    14 #include "timing.hpp"
    15 #include "loader2.hpp"
    16 #include "chars.hpp"
    17 #include "specs.hpp"
    18 #include "lisp.hpp"
    19 #include "jrand.hpp"
    20 #include "menu.hpp"
    21 #include "dev.hpp"
    22 #include "director.hpp"
    23 
    24 #include "dev.hpp"
    25 #include "light.hpp"
    26 #include "dprint.hpp"
    27 #include "particle.hpp"
    28 #include "clisp.hpp"
    29 #include "compiled.hpp"
    30 #include "sbar.hpp"
    31 #include "help.hpp"
    32 #include "loadgame.hpp"
    33 #include "nfserver.hpp"
    34 #include "specache.hpp"
     14#include "timing.h"
     15#include "loader2.h"
     16#include "chars.h"
     17#include "specs.h"
     18#include "lisp.h"
     19#include "jrand.h"
     20#include "menu.h"
     21#include "dev.h"
     22#include "director.h"
     23
     24#include "dev.h"
     25#include "light.h"
     26#include "dprint.h"
     27#include "particle.h"
     28#include "clisp.h"
     29#include "compiled.h"
     30#include "sbar.h"
     31#include "help.h"
     32#include "loadgame.h"
     33#include "nfserver.h"
     34#include "specache.h"
    3535
    3636extern int past_startup;
  • abuse/trunk/src/loader2.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __LOADER_HPP_
    1212
    13 #include "lisp/lisp.hpp"
    14 #include "sdlport/sound.hpp"
     13#include "lisp/lisp.h"
     14#include "sdlport/sound.h"
    1515
    16 #include "jwindow.hpp"
     16#include "jwindow.h"
    1717class property_manager;
    1818extern property_manager *prop;
  • abuse/trunk/src/loadgame.cpp

    r162 r481  
    1212#include <string.h>
    1313
    14 #include "game.hpp"
    15 
    16 #include "specs.hpp"
    17 #include "jwindow.hpp"
    18 #include "id.hpp"
    19 #include "input.hpp"
    20 #include "fonts.hpp"
    21 #include "lisp.hpp"
    22 #include "dprint.hpp"
    23 #include "cache.hpp"
    24 #include "gui.hpp"
    25 #include "dev.hpp"
    26 #include "id.hpp"
    27 #include "demo.hpp"
     14#include "game.h"
     15
     16#include "specs.h"
     17#include "jwindow.h"
     18#include "id.h"
     19#include "input.h"
     20#include "fonts.h"
     21#include "lisp.h"
     22#include "dprint.h"
     23#include "cache.h"
     24#include "gui.h"
     25#include "dev.h"
     26#include "id.h"
     27#include "demo.h"
    2828
    2929extern void *save_order;         // load from "saveordr.lsp", contains a list ordering the save games
  • abuse/trunk/src/loadgame.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/menu.cpp

    r124 r481  
    1212#include <math.h>
    1313
    14 #include "dev.hpp"
    15 
    16 #include "ui/volumewindow.hpp"
    17 
    18 #include "menu.hpp"
    19 #include "lisp.hpp"
    20 #include "game.hpp"
    21 #include "timing.hpp"
    22 #include "game.hpp"
    23 #include "id.hpp"
    24 #include "pmenu.hpp"
    25 #include "gui.hpp"
    26 #include "property.hpp"
    27 #include "clisp.hpp"
    28 #include "gamma.hpp"
    29 #include "dprint.hpp"
    30 #include "demo.hpp"
    31 #include "loadgame.hpp"
    32 #include "scroller.hpp"
    33 #include "netcfg.hpp"
    34 #include "sock.hpp"
     14#include "dev.h"
     15
     16#include "ui/volumewindow.h"
     17
     18#include "menu.h"
     19#include "lisp.h"
     20#include "game.h"
     21#include "timing.h"
     22#include "game.h"
     23#include "id.h"
     24#include "pmenu.h"
     25#include "gui.h"
     26#include "property.h"
     27#include "clisp.h"
     28#include "gamma.h"
     29#include "dprint.h"
     30#include "demo.h"
     31#include "loadgame.h"
     32#include "scroller.h"
     33#include "netcfg.h"
     34#include "sock.h"
    3535
    3636extern net_protocol *prot;
  • abuse/trunk/src/menu.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef GRUE_MENU_HPP
    1111#define GRUE_MENU_HPP
    12 #include "fonts.hpp"
     12#include "fonts.h"
    1313
    1414int menu(void *args, JCFont *font);             // reurns -1 on esc
  • abuse/trunk/src/morpher.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "morpher.hpp"
    13 #include "game.hpp"
    14 #include "objects.hpp"
    15 #include "view.hpp"
     12#include "morpher.h"
     13#include "game.h"
     14#include "objects.h"
     15#include "view.h"
    1616
    1717void morph_char::draw(game_object *who, view *v)
  • abuse/trunk/src/morpher.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __MORPHER_HPP_
    1111#define __MORPHER_HPP_
    12 #include "supmorph.hpp"
    13 #include "config.hpp"
     12#include "supmorph.h"
     13#include "configuration.h"
    1414
    1515extern int morph_detail;
  • abuse/trunk/src/net/Makefile.am

    r130 r481  
    33
    44libnet_a_SOURCES = \
    5     gserver.cpp gserver.hpp \
    6     gclient.cpp gclient.hpp \
    7     fileman.cpp fileman.hpp \
    8     sock.cpp sock.hpp \
    9     tcpip.cpp tcpip.hpp \
    10     indian.hpp ghandler.hpp undrv.hpp \
     5    gserver.cpp gserver.h \
     6    gclient.cpp gclient.h \
     7    fileman.cpp fileman.h \
     8    sock.cpp sock.h \
     9    tcpip.cpp tcpip.h \
     10    indian.h ghandler.h undrv.h \
    1111    $(NULL)
    1212
  • abuse/trunk/src/net/engine.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "indian.hpp"
    13 #include "../inc/netface.hpp"      // net interface structures to the engine will use
    14 #include "netfile.hpp"
    15 #include "engine.hpp"
     12#include "indian.h"
     13#include "../inc/netface.h"      // net interface structures to the engine will use
     14#include "netfile.h"
     15#include "engine.h"
    1616
    1717// these are the names of the fifos to create in tmp
  • abuse/trunk/src/net/engine.h

    • Property svn:keywords set to Id
    r480 r481  
    44#define __ENGINE_HPP_
    55
    6 #include "../inc/netface.hpp"
     6#include "../inc/netface.h"
    77#include <stdio.h>
    88#include <stdlib.h>
  • abuse/trunk/src/net/fileman.cpp

    r476 r481  
    1818#include <sys/stat.h>
    1919
    20 #include "macs.hpp"
    21 
    22 #include "fileman.hpp"
    23 #include "netface.hpp"
    24 #include "ghandler.hpp"
    25 #include "specache.hpp"
     20#include "macs.h"
     21
     22#include "fileman.h"
     23#include "netface.h"
     24#include "ghandler.h"
     25#include "specache.h"
    2626
    2727extern net_protocol *prot;
  • abuse/trunk/src/net/fileman.h

    • Property svn:keywords set to Id
    r480 r481  
    33
    44#include <unistd.h>
    5 #include "sock.hpp"
     5#include "sock.h"
    66#include <stdlib.h>
    77#include <string.h>
  • abuse/trunk/src/net/gclient.cpp

    r124 r481  
    1919#include <signal.h>
    2020
    21 #include "netcfg.hpp"
    22 #include "gclient.hpp"
    23 #include "netface.hpp"
    24 #include "undrv.hpp"
    25 #include "timing.hpp"
     21#include "netcfg.h"
     22#include "gclient.h"
     23#include "netface.h"
     24#include "undrv.h"
     25#include "timing.h"
    2626
    2727extern base_memory_struct *base;
  • abuse/trunk/src/net/gclient.h

    • Property svn:keywords set to Id
    r480 r481  
    33
    44#include <unistd.h>
    5 #include "sock.hpp"
    6 #include "ghandler.hpp"
     5#include "sock.h"
     6#include "ghandler.h"
    77
    88class game_client : public game_handler
  • abuse/trunk/src/net/ghandler.h

    • Property svn:keywords set to Id
    r480 r481  
    22#define __GHANDLER_HPP_
    33
    4 #include "netface.hpp"
     4#include "netface.h"
    55
    66
  • abuse/trunk/src/net/gserver.cpp

    r124 r481  
    2020
    2121#include "system.h"
    22 #include "macs.hpp"
    23 #include "gserver.hpp"
    24 #include "netface.hpp"
    25 #include "timing.hpp"
    26 #include "netcfg.hpp"
    27 #include "id.hpp"
    28 #include "jwindow.hpp"
    29 #include "input.hpp"
    30 #include "dev.hpp"
    31 #include "game.hpp"
     22#include "macs.h"
     23#include "gserver.h"
     24#include "netface.h"
     25#include "timing.h"
     26#include "netcfg.h"
     27#include "id.h"
     28#include "jwindow.h"
     29#include "input.h"
     30#include "dev.h"
     31#include "game.h"
    3232
    3333extern base_memory_struct *base;
  • abuse/trunk/src/net/gserver.h

    • Property svn:keywords set to Id
    r480 r481  
    44#define MAX_JOINERS 32  // maximum clients that can join at the same time
    55
    6 #include "sock.hpp"
    7 #include "ghandler.hpp"
     6#include "sock.h"
     7#include "ghandler.h"
    88
    99class game_server : public game_handler
  • abuse/trunk/src/net/indian.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/net/netdrv.cpp

    r151 r481  
    2828#include <netdb.h>
    2929
    30 #include "fileman.hpp"
    31 #include "netdrv.hpp"
    32 #include "gserver.hpp"
    33 #include "gclient.hpp"
    34 #include "undrv.hpp"
    35 #include "tcpip.hpp"
     30#include "fileman.h"
     31#include "netdrv.h"
     32#include "gserver.h"
     33#include "gclient.h"
     34#include "undrv.h"
     35#include "tcpip.h"
    3636
    3737#define real2shm(type,ptr) (ptr==NULL ? NULL : ((type *)((uint8_t *)(ptr)-(uint8_t *)base)))
  • abuse/trunk/src/net/netdrv.h

    • Property svn:keywords set to Id
    r480 r481  
    33
    44#error hi
    5 #include "netface.hpp"
     5#include "netface.h"
    66#include <unistd.h>
    7 #include "undrv.hpp"
     7#include "undrv.h"
    88// these are the names of the fifos to create in tmp
    99// that communitcate with the engine
     
    1515
    1616#define DLOCK_NAME "/tmp/.abuse_ndrv_lock"
    17 #include "sock.hpp"
     17#include "sock.h"
    1818
    1919
  • abuse/trunk/src/net/netfile.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "indian.hpp"
    13 #include "netfile.hpp"
    14 #include "../inc/netface.hpp"
    15 #include "engine.hpp"
     12#include "indian.h"
     13#include "netfile.h"
     14#include "../inc/netface.h"
     15#include "engine.h"
    1616
    1717
  • abuse/trunk/src/net/netfile.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/net/sock.cpp

    r56 r481  
    1212#include <stdlib.h>
    1313
    14 #include "sock.hpp"
     14#include "sock.h"
    1515
    1616const char notify_signature[] = "I wanna play ABUSE!";
  • abuse/trunk/src/net/sock.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/net/tcpip.cpp

    r162 r481  
    1818#   include "GUSI.h"
    1919#endif
    20 #include "tcpip.hpp"
     20#include "tcpip.h"
    2121
    2222extern tcpip_protocol tcpip;
  • abuse/trunk/src/net/tcpip.h

    • Property svn:keywords set to Id
    r480 r481  
    1 #include "sock.hpp"
     1#include "sock.h"
    22
    33#include <stdlib.h>
     
    88#include <signal.h>
    99#include <sys/types.h>
    10 #include "isllist.hpp"
     10#include "isllist.h"
    1111
    1212#if (defined(__APPLE__) && !defined(__MACH__))
  • abuse/trunk/src/net/undrv.cpp

    r124 r481  
    2727#include <netdb.h>
    2828
    29 #include "indian.hpp"
    30 #include "undrv.hpp"
    31 #include "../include/netface.hpp"      // net interface structures to the engine will use
    32 
    33 #include "../include/netface.hpp"
    34 
    35 //#include "netdrv.hpp"
    36 #include "gserver.hpp"
    37 #include "gclient.hpp"
    38 #include "fileman.hpp"
    39 #include "sock.hpp"
    40 #include "tcpip.hpp"
     29#include "indian.h"
     30#include "undrv.h"
     31#include "../include/netface.h"      // net interface structures to the engine will use
     32
     33#include "../include/netface.h"
     34
     35//#include "netdrv.h"
     36#include "gserver.h"
     37#include "gclient.h"
     38#include "fileman.h"
     39#include "sock.h"
     40#include "tcpip.h"
    4141
    4242
  • abuse/trunk/src/net/undrv.h

    • Property svn:keywords set to Id
    r480 r481  
    66#define MAX_JOINERS 32  // maximum clients that can join at the same time
    77
    8 #include "sock.hpp"
     8#include "sock.h"
    99
    1010void undrv_cleanup();
  • abuse/trunk/src/netcfg.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "game.hpp"
    13 
    14 
    15 #include "netcfg.hpp"
    16 #include "input.hpp"
    17 #include "cache.hpp"
    18 #include "sock.hpp"
    19 #include "timing.hpp"
    20 #include "light.hpp"
    21 
    22 #include "dev.hpp"
     12#include "game.h"
     13
     14
     15#include "netcfg.h"
     16#include "input.h"
     17#include "cache.h"
     18#include "sock.h"
     19#include "timing.h"
     20#include "light.h"
     21
     22#include "dev.h"
    2323
    2424extern char *get_login();
  • abuse/trunk/src/netcfg.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __NETCFG_HPP_
    1212
    13 #include "jwindow.hpp"
     13#include "jwindow.h"
    1414
    1515class net_configuration
  • abuse/trunk/src/netface.h

    • Property svn:keywords set to Id
    r480 r481  
    1717#define NET_CRC_FILENAME "#net_crc"
    1818#define NET_STARTFILE    "netstart.spe"
    19 #include "indian.hpp"
     19#include "indian.h"
    2020#include <string.h>
    2121
  • abuse/trunk/src/newlight.cpp

    r129 r481  
    1212#include <stdlib.h>
    1313
    14 #include "light.hpp"
    15 #include "image.hpp"
    16 #include "macs.hpp"
    17 #include "video.hpp"
    18 #include "palette.hpp"
    19 #include "timing.hpp"
    20 #include "specs.hpp"
    21 #include "dprint.hpp"
    22 #include "filter.hpp"
    23 #include "video.hpp"
     14#include "light.h"
     15#include "image.h"
     16#include "macs.h"
     17#include "video.h"
     18#include "palette.h"
     19#include "timing.h"
     20#include "specs.h"
     21#include "dprint.h"
     22#include "filter.h"
     23#include "video.h"
    2424
    2525light_source *first_light_source=NULL;
  • abuse/trunk/src/nfclient.cpp

    r124 r481  
    1818
    1919#include "system.h"
    20 #include "netface.hpp"
    21 
    22 #include "specs.hpp"
    23 #include "nfserver.hpp"
    24 #include "dprint.hpp"
    25 #include "crc.hpp"
    26 #include "cache.hpp"
    27 
    28 #include "gserver.hpp"
     20#include "netface.h"
     21
     22#include "specs.h"
     23#include "nfserver.h"
     24#include "dprint.h"
     25#include "crc.h"
     26#include "cache.h"
     27
     28#include "gserver.h"
    2929
    3030void remove_client(int client_number) { ; }
  • abuse/trunk/src/nfclient.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/nfserver.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __NFSERVER_HPP_
    1212
    13 #include "specs.hpp"
     13#include "specs.h"
    1414#include "system.h"
    15 #include "netface.hpp"
    16 #include "sock.hpp"
     15#include "netface.h"
     16#include "sock.h"
    1717
    1818int net_init(int argc, char **argv);
  • abuse/trunk/src/objects.cpp

    r162 r481  
    1010#include "config.h"
    1111
    12 #include "timage.hpp"
    13 #include "objects.hpp"
    14 #include "chars.hpp"
    15 
    16 #include "game.hpp"
    17 #include "intsect.hpp"
    18 #include "ability.hpp"
    19 #include "lisp.hpp"
    20 #include "jrand.hpp"
    21 #include "light.hpp"
    22 #include "dprint.hpp"
    23 #include "clisp.hpp"
    24 #include "lisp_gc.hpp"
    25 #include "profile.hpp"
     12#include "timage.h"
     13#include "objects.h"
     14#include "chars.h"
     15
     16#include "game.h"
     17#include "intsect.h"
     18#include "ability.h"
     19#include "lisp.h"
     20#include "jrand.h"
     21#include "light.h"
     22#include "dprint.h"
     23#include "clisp.h"
     24#include "lisp_gc.h"
     25#include "profile.h"
    2626
    2727#ifdef SCADALISP
  • abuse/trunk/src/objects.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef _OBJECTS_HPP_
    1111#define _OBJECTS_HPP_
    12 #include "input.hpp"
    13 #include "chars.hpp"
    14 //#include "sound.hpp"
    15 #include "morpher.hpp"
    16 #include "loader2.hpp"
    17 #include "view.hpp"
    18 #include "extend.hpp"
     12#include "input.h"
     13#include "chars.h"
     14//#include "sound.h"
     15#include "morpher.h"
     16#include "loader2.h"
     17#include "view.h"
     18#include "extend.h"
    1919
    2020class view;
  • abuse/trunk/src/old.nfclient.cpp

    r129 r481  
    1414#include <unistd.h>
    1515
    16 #include "specs.hpp"
    17 #include "nfserver.hpp"
    18 #include "dprint.hpp"
    19 #include "crc.hpp"
    20 #include "cache.hpp"
     16#include "specs.h"
     17#include "nfserver.h"
     18#include "dprint.h"
     19#include "crc.h"
     20#include "cache.h"
    2121
    2222class nfs_file : public bFILE
  • abuse/trunk/src/old.nfserver.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "jnet.hpp"
    13 #include "specs.hpp"
    14 #include "nfserver.hpp"
    15 #include "dprint.hpp"
    16 #include "timing.hpp"
    17 #include "cache.hpp"
    18 #include "crc.hpp"
     12#include "jnet.h"
     13#include "specs.h"
     14#include "nfserver.h"
     15#include "dprint.h"
     16#include "timing.h"
     17#include "cache.h"
     18#include "crc.h"
    1919
    2020nfs_server *file_server=NULL;
  • abuse/trunk/src/old_server.cpp

    r129 r481  
    1212#include <unistd.h>
    1313
    14 #include "nfserver.hpp"
    15 
    16 #include "server.hpp"
    17 #include "view.hpp"
    18 #include "dprint.hpp"
    19 #include "jnet.hpp"
    20 #include "level.hpp"
    21 #include "game.hpp"
    22 #include "jrand.hpp"
    23 #include "timing.hpp"
    24 //#include "nfserver.hpp"
    25 //#include "nfclient.hpp"
     14#include "nfserver.h"
     15
     16#include "server.h"
     17#include "view.h"
     18#include "dprint.h"
     19#include "jnet.h"
     20#include "level.h"
     21#include "game.h"
     22#include "jrand.h"
     23#include "timing.h"
     24//#include "nfserver.h"
     25//#include "nfclient.h"
    2626
    2727//nfs_server *file_server=NULL;
  • abuse/trunk/src/oldhelp.cpp

    r131 r481  
    1212#include <string.h>
    1313
    14 #include "help.hpp"
    15 #include "game.hpp"
     14#include "help.h"
     15#include "game.h"
    1616
    1717int help_page=0;
  • abuse/trunk/src/parse.cpp

    r124 r481  
    1414#include <ctype.h>
    1515
    16 #include "parse.hpp"
     16#include "parse.h"
    1717
    1818char *ttype[]={"END","NUMBER","STRING","WORD","OPERATOR","LEFT BRACE","RIGHT BRACE",
  • abuse/trunk/src/parse.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/particle.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "macs.hpp"
    13 #include "particle.hpp"
    14 #include "view.hpp"
    15 #include "lisp.hpp"
    16 #include "cache.hpp"
    17 #include "jrand.hpp"
     12#include "macs.h"
     13#include "particle.h"
     14#include "view.h"
     15#include "lisp.h"
     16#include "cache.h"
     17#include "jrand.h"
    1818
    1919
  • abuse/trunk/src/particle.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __PARTICLE_HPP_
    1212
    13 #include "specs.hpp"
    14 #include "image.hpp"
     13#include "specs.h"
     14#include "image.h"
    1515
    1616class view;
  • abuse/trunk/src/points.cpp

    r129 r481  
    1212#include <string.h>
    1313
    14 #include "points.hpp"
    15 #include "dev.hpp"
     14#include "points.h"
     15#include "dev.h"
    1616
    1717point_list::point_list(unsigned char how_many, unsigned char *Data)
  • abuse/trunk/src/points.h

    • Property svn:keywords set to Id
    r480 r481  
    1414#include <stdlib.h>
    1515
    16 #include "specs.hpp"
     16#include "specs.h"
    1717
    1818class point_list
  • abuse/trunk/src/profile.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "game.hpp"
     12#include "game.h"
    1313
    1414
    15 #include "profile.hpp"
    16 #include "jwindow.hpp"
    17 #include "property.hpp"
    18 #include "objects.hpp"
     15#include "profile.h"
     16#include "jwindow.h"
     17#include "property.h"
     18#include "objects.h"
    1919
    2020
  • abuse/trunk/src/profile.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __JPROF_HPP_
    1212
    13 #include "event.hpp"
     13#include "event.h"
    1414
    1515void profile_init();
  • abuse/trunk/src/property.cpp

    r131 r481  
    1313#include <string.h>
    1414
    15 #include "property.hpp"
    16 #include "dprint.hpp"
    17 #include "game.hpp"
     15#include "property.h"
     16#include "dprint.h"
     17#include "game.h"
    1818
    1919class property
  • abuse/trunk/src/property.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/sbar.h

    • Property svn:keywords set to Id
    r480 r481  
    1515
    1616#define TOTAL_WEAPONS 8
    17 #include "image.hpp"
     17#include "image.h"
    1818
    1919class status_bar
  • abuse/trunk/src/scene.cpp

    r131 r481  
    1616#include <fcntl.h>
    1717
    18 #include "specs.hpp"
    19 #include "timage.hpp"
    20 #include "jwindow.hpp"
    21 #include "fonts.hpp"
    22 #include "timing.hpp"
    23 #include "scene.hpp"
    24 #include "game.hpp"
    25 #include "parse.hpp"
    26 #include "cache.hpp"
     18#include "specs.h"
     19#include "timage.h"
     20#include "jwindow.h"
     21#include "fonts.h"
     22#include "timing.h"
     23#include "scene.h"
     24#include "game.h"
     25#include "parse.h"
     26#include "cache.h"
    2727
    2828
  • abuse/trunk/src/scene.h

    • Property svn:keywords set to Id
    r480 r481  
    1212
    1313#define MAX_SCROLL_DATA 4096
    14 #include "fonts.hpp"
     14#include "fonts.h"
    1515void play_scene(char *script, char *filename, JCFont *font);
    1616
  • abuse/trunk/src/sdlport/Makefile.am

    r479 r481  
    88    mouse.cpp \
    99    event.cpp \
    10     sound.cpp sound.hpp \
     10    sound.cpp sound.h \
    1111    timing.cpp \
    1212    jdir.cpp \
    13     joystick.cpp joy.hpp \
     13    joystick.cpp joy.h \
    1414    setup.cpp setup.h \
    1515    hmi.cpp hmi.h \
  • abuse/trunk/src/sdlport/event.cpp

    r477 r481  
    2323
    2424#include "system.h"
    25 #include "image.hpp"
    26 #include "palette.hpp"
    27 #include "video.hpp"
    28 #include "macs.hpp"
    29 #include "mouse.hpp"
    30 #include "event.hpp"
    31 #include "timing.hpp"
    32 #include "sprite.hpp"
    33 #include "game.hpp"
     25#include "image.h"
     26#include "palette.h"
     27#include "video.h"
     28#include "macs.h"
     29#include "mouse.h"
     30#include "event.h"
     31#include "timing.h"
     32#include "sprite.h"
     33#include "game.h"
    3434
    3535extern int get_key_binding( char const *dir, int i );
  • abuse/trunk/src/sdlport/hmi.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/sdlport/jnet.cpp

    r129 r481  
    3636#include <netdb.h>
    3737
    38 #include "jnet.hpp"
    39 #include "macs.hpp"
     38#include "jnet.h"
     39#include "macs.h"
    4040
    4141int current_sock_err;
  • abuse/trunk/src/sdlport/jnet.h

    • Property svn:keywords set to Id
    r480 r481  
    1313#define __NET_HPP_
    1414
    15 #include "macs.hpp"
    16 #include "packet.hpp"
     15#include "macs.h"
     16#include "packet.h"
    1717
    1818enum { SOCK_BAD_HOST       = -1,
  • abuse/trunk/src/sdlport/joy.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/sdlport/joystick.cpp

    r124 r481  
    2020#include "config.h"
    2121
    22 #include "joy.hpp"
     22#include "joy.h"
    2323
    2424/* NOTE: No joystick support yet.
  • 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[]=
  • abuse/trunk/src/sdlport/setup.cpp

    r162 r481  
    3636#endif    /* HAVE_OPENGL */
    3737
    38 #include "specs.hpp"
    39 #include "keys.hpp"
     38#include "specs.h"
     39#include "keys.h"
    4040#include "setup.h"
    4141
  • abuse/trunk/src/sdlport/sound.cpp

    r479 r481  
    2525#ifdef USE_SDL_MIXER
    2626#include <SDL/SDL_mixer.h>
    27 #include "hmi.hpp"
    28 #endif
    29 
    30 #include "sound.hpp"
    31 #include "readwav.hpp"
    32 #include "specs.hpp"
     27#include "hmi.h"
     28#endif
     29
     30#include "sound.h"
     31#include "readwav.h"
     32#include "specs.h"
    3333#include "setup.h"
    3434
  • abuse/trunk/src/sdlport/sound.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/sdlport/timing.cpp

    r124 r481  
    2525#include <time.h>
    2626
    27 #include "timing.hpp"
     27#include "timing.h"
    2828
    2929#ifdef __APPLE__
  • abuse/trunk/src/sdlport/video-overlay.cpp

    r142 r481  
    2222#include <SDL.h>
    2323
    24 #include "filter.hpp"
     24#include "filter.h"
    2525#include "system.h"
    26 #include "video.hpp"
    27 #include "macs.hpp"
    28 #include "image.hpp"
     26#include "video.h"
     27#include "macs.h"
     28#include "image.h"
    2929#include "setup.h"
    3030
  • abuse/trunk/src/sdlport/video.cpp

    r162 r481  
    3232#endif    /* HAVE_OPENGL */
    3333
    34 #include "filter.hpp"
     34#include "filter.h"
    3535#include "system.h"
    36 #include "video.hpp"
    37 #include "macs.hpp"
    38 #include "image.hpp"
     36#include "video.h"
     37#include "macs.h"
     38#include "image.h"
    3939#include "setup.h"
    4040
  • abuse/trunk/src/sensor.cpp

    r124 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"
     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"
    2020
    2121enum { un_offable };     // vars
  • abuse/trunk/src/seq.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "seq.hpp"
    13 #include "macs.hpp"
    14 #include "lisp.hpp"
     12#include "seq.h"
     13#include "macs.h"
     14#include "lisp.h"
    1515
    1616int sequence::size()
  • abuse/trunk/src/seq.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __SEQUENCE_HPP_
    1212
    13 #include "image.hpp"
    14 #include "items.hpp"
    15 #include "timage.hpp"
    16 #include "cache.hpp"
     13#include "image.h"
     14#include "items.h"
     15#include "timage.h"
     16#include "cache.h"
    1717#include <stdarg.h>
    1818
  • abuse/trunk/src/server2.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "server2.hpp"
    13 #include "nfserver.hpp"
    14 #include "nfclient.hpp"
    15 #include "dprint.hpp"
    16 #include "view.hpp"
    17 #include "jrand.hpp"
    18 #include "objects.hpp"
    19 #include "level.hpp"
    20 #include "dev.hpp"
     12#include "server2.h"
     13#include "nfserver.h"
     14#include "nfclient.h"
     15#include "dprint.h"
     16#include "view.h"
     17#include "jrand.h"
     18#include "objects.h"
     19#include "level.h"
     20#include "dev.h"
    2121
    2222extern char const *get_username();
  • abuse/trunk/src/server2.h

    • Property svn:keywords set to Id
  • abuse/trunk/src/specache.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "specache.hpp"
     12#include "specache.h"
    1313
    1414spec_directory_cache sd_cache;
  • abuse/trunk/src/specache.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define __SPECACHE_HPP_
    1212
    13 #include "specs.hpp"
     13#include "specs.h"
    1414
    1515#include <string.h>
  • abuse/trunk/src/statbar.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "sbar.hpp"
    13 #include "view.hpp"
    14 #include "lisp.hpp"
    15 #include "cache.hpp"
    16 #include "demo.hpp"
    17 #include "chars.hpp"
    18 #include "objects.hpp"
    19 #include "game.hpp"
    20 #include "clisp.hpp"
     12#include "sbar.h"
     13#include "view.h"
     14#include "lisp.h"
     15#include "cache.h"
     16#include "demo.h"
     17#include "chars.h"
     18#include "objects.h"
     19#include "game.h"
     20#include "clisp.h"
    2121
    2222status_bar sbar;
  • abuse/trunk/src/status.cpp

    r131 r481  
    1212#include <string.h>
    1313
    14 #include "macs.hpp"
    15 #include "status.hpp"
    16 #include "dprint.hpp"
     14#include "macs.h"
     15#include "status.h"
     16#include "dprint.h"
    1717
    1818class status_node;
  • abuse/trunk/src/tester.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "items.hpp"
     12#include "items.h"
    1313
    1414backtile::backtile(spec_entry *e, FILE *fp)
  • abuse/trunk/src/transp.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "transp.hpp"
     12#include "transp.h"
    1313
    1414void transp_put(image *im, image *screen, uint8_t *table, int x, int y)
  • abuse/trunk/src/transp.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __TRANSP_HPP_
    1111#define __TRANSP_HPP_
    12 #include "image.hpp"
    13 #include "macs.hpp"
     12#include "image.h"
     13#include "macs.h"
    1414void transp_put(image *im, image *screen, uint8_t *table, int x, int y);
    1515
  • abuse/trunk/src/ui/volumewindow.cpp

    r124 r481  
    1010#include "config.h"
    1111
    12 #include "volumewindow.hpp" // class VolumeWindow
    13 #include "property.hpp"     // class property_manager
    14 #include "gui.hpp"          // ico_button
     12#include "volumewindow.h" // class VolumeWindow
     13#include "property.h"     // class property_manager
     14#include "gui.h"          // ico_button
    1515
    1616VolumeWindow::VolumeWindow() : Jwindow("Volume")
  • abuse/trunk/src/ui/volumewindow.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#include "config.h"
    1111
    12 #include "dev.hpp"
     12#include "dev.h"
    1313
    1414class VolumeWindow : public Jwindow
  • abuse/trunk/src/unixnfc.cpp

    r124 r481  
    2222
    2323#include "system.h"
    24 #include "indian.hpp"
    25 
    26 #include "netface.hpp"
    27 #include "nfserver.hpp"
    28 #include "view.hpp"
    29 #include "objects.hpp"
    30 #include "level.hpp"
    31 #include "timing.hpp"
    32 #include "server2.hpp"
    33 #include "game.hpp"
    34 #include "jwindow.hpp"
     24#include "indian.h"
     25
     26#include "netface.h"
     27#include "nfserver.h"
     28#include "view.h"
     29#include "objects.h"
     30#include "level.h"
     31#include "timing.h"
     32#include "server2.h"
     33#include "game.h"
     34#include "jwindow.h"
    3535
    3636extern char lsf[256];
  • abuse/trunk/src/view.cpp

    r129 r481  
    1010#include "config.h"
    1111
    12 #include "game.hpp"
     12#include "game.h"
    1313
    1414
    1515#include "system.h"
    16 #include "view.hpp"
    17 #include "lisp.hpp"
    18 #include "jwindow.hpp"
    19 #include "config.hpp"
    20 #include "scroller.hpp"
    21 #include "id.hpp"
    22 #include "dev.hpp"
    23 #include "jrand.hpp"
    24 #include "dprint.hpp"
    25 #include "transp.hpp"
    26 #include "clisp.hpp"
    27 #include "demo.hpp"
    28 #include "sbar.hpp"
    29 #include "nfserver.hpp"
    30 #include "chat.hpp"
     16#include "view.h"
     17#include "lisp.h"
     18#include "jwindow.h"
     19#include "configuration.h"
     20#include "scroller.h"
     21#include "id.h"
     22#include "dev.h"
     23#include "jrand.h"
     24#include "dprint.h"
     25#include "transp.h"
     26#include "clisp.h"
     27#include "demo.h"
     28#include "sbar.h"
     29#include "nfserver.h"
     30#include "chat.h"
    3131
    3232#define SHIFT_DOWN_DEFAULT 15
  • abuse/trunk/src/view.h

    • Property svn:keywords set to Id
    r480 r481  
    1111#define _VIEW_HPP_
    1212
    13 #include "light.hpp"
    14 #include "jwindow.hpp"
     13#include "light.h"
     14#include "jwindow.h"
    1515
    1616
Note: See TracChangeset for help on using the changeset viewer.