diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-10-20 20:51:59 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-10-20 20:51:59 +0000 |
commit | 6e106a2cc52e3857cbd55d67d54b4589f3425c51 (patch) | |
tree | 370dbdcd1f4c2b047b183387c052a339c25e8591 /src/stack.cpp | |
parent | addca63bba3ddaf212e44cdf16e95038b0a5bf3e (diff) | |
download | libbu++-6e106a2cc52e3857cbd55d67d54b4589f3425c51.tar.gz libbu++-6e106a2cc52e3857cbd55d67d54b4589f3425c51.tar.bz2 libbu++-6e106a2cc52e3857cbd55d67d54b4589f3425c51.tar.xz libbu++-6e106a2cc52e3857cbd55d67d54b4589f3425c51.zip |
Made the logger use a uint32_t for it's mask, no more negative confusion. Also
brought back the formula class with some cool twists, and added a basic stack
class, very cute, fast, and little.
Diffstat (limited to '')
-rw-r--r-- | src/stack.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stack.cpp b/src/stack.cpp new file mode 100644 index 0000000..7380615 --- /dev/null +++ b/src/stack.cpp | |||
@@ -0,0 +1 @@ | |||
#include "stack.h" | |||