]> code.bitgloo.com Git - clyne/entityx.git/commit
Allow Entity objects to be copied around.
authorAlec Thomas <alec@swapoff.org>
Sat, 9 Mar 2013 17:35:09 +0000 (12:35 -0500)
committerAlec Thomas <alec@swapoff.org>
Sat, 9 Mar 2013 17:47:37 +0000 (12:47 -0500)
commit3068ee5a693d8191fc7aaa4fb0fc3b1220a004d2
treeaf61af97fdf5a7bd7cbf875b05cb72d9f23f154a
parentbc739894324638f6743a88c213ec53118df510e3
Allow Entity objects to be copied around.

Note that this doesn't use shared_ptr, but this is little different
from the previous implementation using a reference.
entityx/Entity.cc
entityx/Entity.h
entityx/Entity_test.cc