diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-03-07 22:13:06 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-03-07 22:13:06 +0000 |
commit | c8cb038634ebea6c37e86a30886676197e2ce807 (patch) | |
tree | 11e555af6c078db5d81532e86f62d10722a534a4 /src/fstring.cpp | |
parent | 8cba0ee929112a125eb41228f667e8bdd0224f58 (diff) | |
download | libbu++-c8cb038634ebea6c37e86a30886676197e2ce807.tar.gz libbu++-c8cb038634ebea6c37e86a30886676197e2ce807.tar.bz2 libbu++-c8cb038634ebea6c37e86a30886676197e2ce807.tar.xz libbu++-c8cb038634ebea6c37e86a30886676197e2ce807.zip |
Started the fstring class, could be good.
Diffstat (limited to 'src/fstring.cpp')
-rw-r--r-- | src/fstring.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fstring.cpp b/src/fstring.cpp new file mode 100644 index 0000000..8fe2941 --- /dev/null +++ b/src/fstring.cpp | |||
@@ -0,0 +1,2 @@ | |||
1 | #include "fstring.h" | ||
2 | |||