]> git.jsancho.org Git - c-irrlicht.git/commit
Replace void* with appropiate types
authorJavier Sancho <jsf@jsancho.org>
Sun, 13 Oct 2019 07:34:44 +0000 (09:34 +0200)
committerJavier Sancho <jsf@jsancho.org>
Sun, 13 Oct 2019 07:34:44 +0000 (09:34 +0200)
commit3b8ff07b2c13c111e2b9eebaeaf64c7b17b29019
tree03466b50faf566135bc94381dc7128b1bc9d9c41
parentc08eb5c91c4c76de8decadcb50f1dea7d4c496ca
Replace void* with appropiate types
12 files changed:
Makefile.am
include/IGUIElement.h [new file with mode: 0644]
include/IGUIEnvironment.h
include/IGUIStaticText.h [new file with mode: 0644]
include/IVideoDriver.h
include/IrrlichtDevice.h
include/SExposedVideoData.h [new file with mode: 0644]
include/cirrlicht.h
src/CIrrlicht.cpp
src/IGUIEnvironment.cpp
src/IVideoDriver.cpp
src/IrrlichtDevice.cpp