Commit Graph

7 Commits (7fa4dbd0c6e89aab762eaf29607a0a0ced660847)

Author SHA1 Message Date
archshift 7fa4dbd0c6 Removed uses of raw c-string manipulation functions.
archshift 5472fd4d9b Added string_util to common, small changes in loader.cpp
archshift 4ed24a0619 loader.cpp: improved file extension checking, made Upper/LowerStr useful
Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location.
Lioncash 90e994471a Common: Move header guards over to pragma once
Also replaced C headers with the C++ equivalent ones
bunnei cb504e236b added helper functions for upper/lowercase strings
bunnei de0a034a84 fixed project includes to use new directory structure
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project