]> code.bitgloo.com Git - clyne/entityx.git/commit
Two bugfixes in Entity.
authorLars Pensjö <lars.pensjo@gmail.com>
Sun, 10 Mar 2013 01:00:06 +0000 (02:00 +0100)
committerAlec Thomas <alec@swapoff.org>
Sun, 10 Mar 2013 17:06:41 +0000 (13:06 -0400)
commitb827494ca47b2e4331ce9eaa0745ce74655a3747
tree3138e2f0822d6e791fbf687c7d585f926c0839b6
parent3068ee5a693d8191fc7aaa4fb0fc3b1220a004d2
Two bugfixes in Entity.

Fix Entity::operator! and initialize Entity::id_ to invalid value by
default.

Add test to verify operator! and uninitialized Entity.
Suppress warnings about unused variables.
README.md
entityx/Components_test.cc
entityx/Entity.cc
entityx/Entity.h
entityx/Entity_test.cc