From c4176c4dc172e8b30536a4eb90ae6f6f80f75436 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 5 Sep 2007 16:20:48 +0000 Subject: This commit has part of an Array class, I'm just not sure I really need it right now. Unfortunately it doesn't compile right now, if you want to build this version, just delete array. On the other hand, Bu::List now has enqueue/dequeue functions. --- src/array.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/array.cpp (limited to 'src/array.cpp') diff --git a/src/array.cpp b/src/array.cpp new file mode 100644 index 0000000..f80a99c --- /dev/null +++ b/src/array.cpp @@ -0,0 +1,2 @@ +#include "bu/array.h" + -- cgit v1.2.3