aboutsummaryrefslogtreecommitdiff
path: root/src/stringproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stringproc.cpp')
-rw-r--r--src/stringproc.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stringproc.cpp b/src/stringproc.cpp
new file mode 100644
index 0000000..23abca9
--- /dev/null
+++ b/src/stringproc.cpp
@@ -0,0 +1,12 @@
1#include "stringproc.h"
2
3StringProc::StringProc( Build *pBld ) :
4 pBld( pBld )
5{
6}
7
8StringProc::~StringProc()
9{
10}
11
12