diff options
Diffstat (limited to 'Tests/iOSNavApp/TotalFunction.h')
-rw-r--r-- | Tests/iOSNavApp/TotalFunction.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/iOSNavApp/TotalFunction.h b/Tests/iOSNavApp/TotalFunction.h new file mode 100644 index 000000000..1301c3d64 --- /dev/null +++ b/Tests/iOSNavApp/TotalFunction.h @@ -0,0 +1,14 @@ +// +// TotalFunction.h +// NavApp3 +// +// Created by David Cole on 8/10/11. +// Copyright 2011 Kitware, Inc. All rights reserved. +// + +#ifndef NavApp3_TotalFunction_h +#define NavApp3_TotalFunction_h + +int Total(const char *context); + +#endif |