]> git.jsancho.org Git - c-irrlicht.git/commit
Use structs with casting, without classes replication
authorJavier Sancho <jsf@jsancho.org>
Tue, 10 Dec 2019 08:16:20 +0000 (09:16 +0100)
committerJavier Sancho <jsf@jsancho.org>
Tue, 10 Dec 2019 08:16:20 +0000 (09:16 +0100)
commit75c3ceb26453f2b265c3eabdd7518d26abfeed1c
treeb2c9910afa232112a6d86fb36b89a764fe52c9fc
parent9794edd155faec29e41294c55dece45a116a3b8c
Use structs with casting, without classes replication
15 files changed:
Makefile.am
examples/03.CustomSceneNode.c
include/CIrrCompileConfig.h [new file with mode: 0644]
include/EMaterialTypes.h [new file with mode: 0644]
include/IVideoDriver.h
include/SColor.h
include/SMaterial.h
include/SMaterialLayer.h [new file with mode: 0644]
include/aabbox3d.h
include/cirrlicht.h
include/irrMath.h [new file with mode: 0644]
src/CIrrlicht.cpp
src/ISceneManager.cpp
src/IVideoDriver.cpp
src/aabbox3d.cpp