icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
164 stars 21 forks source link

Abstraction layer #36

Closed DrItanium closed 8 years ago

DrItanium commented 8 years ago

Type sizes are now abstracted (hopefully) enough that porting or building for new targets isn't a total chore.

DanielGibson commented 8 years ago

MSVC 2010 and newer support stdint.h. As the Serious Engine wants MSVC 2013 or 2015, it should be safe to use it, so you could get rid of some Windows special cases.

icculus commented 8 years ago

@DanielGibson This is cool to merge with the PR I just took in, right?

DanielGibson commented 8 years ago

Should be, yes

icculus commented 8 years ago

Done, thank you everyone!