stohrendorf / CroftEngine

An open-source Tomb Raider 1 engine remake
Other
285 stars 18 forks source link

fix failure to build with GCC-13 #311

Closed a-detiste closed 1 year ago

a-detiste commented 1 year ago

the definition of uint16_t is missing

https://gcc.gnu.org/gcc-13/porting_to.html

stohrendorf commented 1 year ago

Thank you very much for the patch.