issues
search
Shikugawa
/
Truffle
Lightweight 2D game engine based on SDL2
0
stars
1
forks
source link
Supress `undeclared_var_use` errors
#14
Closed
3c1u
closed
3 years ago
3c1u
commented
3 years ago
Import
stdint.h
(or
cstdint
with
std::
) before using
(u)int_**t
types
Import
string
before using
std::string
Import
set
before using
std::set
stdint.h
(orcstdint
withstd::
) before using(u)int_**t
typesstring
before usingstd::string
set
before usingstd::set