diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-19 08:50:14 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-19 08:50:14 -0400 |
commit | 452f529996da277ac13d1776a03f26f0094a0357 (patch) | |
tree | 012a8850a603f3def2ee89f5d27dbf50cf82d444 /src/common.cpp | |
parent | b692f5845d7d8293beda18db6e5bfed52549365a (diff) |
documentation part 1
Diffstat (limited to 'src/common.cpp')
-rw-r--r-- | src/common.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp index 182b5b8..8dcbd11 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -31,4 +31,3 @@ void DEBUG_prints(const char* file, int line, const char *s,...){ vprintf(s,args); va_end(args); } - |