TotalFunction.h 239 B

1234567891011121314
  1. //
  2. // TotalFunction.h
  3. // NavApp3
  4. //
  5. // Created by David Cole on 8/10/11.
  6. // Copyright 2011 Kitware, Inc. All rights reserved.
  7. //
  8. #ifndef NavApp3_TotalFunction_h
  9. #define NavApp3_TotalFunction_h
  10. int Total(const char* context);
  11. #endif