helpers.h 571 B

123456789101112131415
  1. // helpers.h :
  2. //
  3. #if !defined(AGD_HELPERS_H__2F944BB6_EA30_4239_9A06_DA28B59CC2EE__INCLUDED_)
  4. #define AGD_HELPERS_H__2F944BB6_EA30_4239_9A06_DA28B59CC2EE__INCLUDED_
  5. #include "main.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // helpers.h - Declarations:
  8. int InitializeStaticFiles(const char *pszRootDir, struct _u_instance *pInst, json_error_t &rJerr);
  9. /////////////////////////////////////////////////////////////////////////////
  10. #endif // !defined(AGD_HELPERS_H__2F944BB6_EA30_4239_9A06_DA28B59CC2EE__INCLUDED_)