medfall

A super great game engine
Log | Files | Refs

commit c1b8c1c2057aea2af4c65f8a4d820a073b9d7edf
parent 4386499e5f020116b526765840ab55e7600b903a
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Aug 13 11:42:11 +0300

No need for public:

Diffstat:
pool.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/pool.h b/pool.h @@ -5,7 +5,6 @@ template< typename T, size_t N > struct Pool { -public: Pool() { elems = array< T >( memory, 0 ); }