diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 07:53:55 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-13 07:53:55 -0500 |
commit | 5ec498c3e583a8fe18fdc9fec683df8c2541b28c (patch) | |
tree | 5e01d33ac4b488e11a503cee835d5e53bd4360bc /include/common.h | |
parent | 23a4b0cc3ab09d58127a73b12c43aff37e5056ef (diff) | |
parent | 9765c6303b763a60a2d917fc3c334b30e0fbbcfa (diff) |
Ass
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 22ecb22..be32019 100644 --- a/include/common.h +++ b/include/common.h @@ -203,4 +203,6 @@ unsigned int millis(void); int getdir(const char *dir, std::vector<std::string> &files); void strVectorSortAlpha(std::vector<std::string> *v); +extern void *NULLPTR; + #endif // COMMON_H |