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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/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 */,
Note: See TracChangeset for help on using the changeset viewer.