Fix structs being declared as classes
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 14 Nov 2011 17:40:41 +0000 (18:40 +0100)
committerPerttu Ahola <celeron55@gmail.com>
Thu, 1 Dec 2011 08:39:47 +0000 (10:39 +0200)
commit96c30452f9d2e6085769baa5befbcbcf62a507c4
treec553750e145bc43814e1a078b646c3c259ff94d4
parent4d0f227c7074047897957a88784a36dd77f7bad7
Fix structs being declared as classes

Some compilers complain when a class is declared as a struct or vice
versa. Fix by making sure that the correct tag is used both in
declaration and definition.
src/camera.h
src/inventory.h
src/materials.h