AlemSnyder / Fun-Game

I am just practicing c++. Feal free to enjoy.
GNU General Public License v2.0
1 stars 0 forks source link

Use fixed width integer types #32

Closed egelja closed 1 year ago

egelja commented 1 year ago

#include <cstdint>

Only other integral types allowed are

AlemSnyder commented 1 year ago

What does this mean? What int types are you excluding?

GL adds ints. Do you not want those types used?