changed queue to array and abstracted a deque from it
authorPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 2 Sep 2009 02:56:11 +0000 (22:56 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 2 Sep 2009 02:56:11 +0000 (22:56 -0400)
commit66d20748cc0b0ca8e08ee741368663803da3b062
tree2622b02fc43f4edc19b8c0499af5e18087342456
parentf051e5491b5d4a5ea8700292d12074e3ce88a012
changed queue to array and abstracted a deque from it
lib/include/bear/Array.h [moved from lib/include/bear/Queue.h with 89% similarity]
lib/include/bear/Deque.h [new file with mode: 0644]
physics/src/entityCreator.cpp