Commit Graph

4 Commits

Author SHA1 Message Date
Jonathan 4e7542b111 Clang format pass
typedef -> using
include guards -> pragma once
typedef struct x { } y; -> struct y { }
some fixes to extremely old code that shouldn't be required any more
2021-09-14 02:32:26 -04:00
Eric Wasylishen 79d3aa99de qbsp: fix relative paths for .wad files
Fixes #279
2019-10-27 19:03:45 -06:00
Eric Wasylishen 99cdf3e4dd cmdlib: another test for StripFilename 2019-10-27 17:44:41 -06:00
Eric Wasylishen f7a55af513 common: add StripFilename test 2019-10-27 14:06:10 -06:00