123456789101112131415 |
- // helpers.h :
- //
- #if !defined(AGD_HELPERS_H__2F944BB6_EA30_4239_9A06_DA28B59CC2EE__INCLUDED_)
- #define AGD_HELPERS_H__2F944BB6_EA30_4239_9A06_DA28B59CC2EE__INCLUDED_
- #include "main.h"
- /////////////////////////////////////////////////////////////////////////////
- // helpers.h - Declarations:
- int InitializeStaticFiles(const char *pszRootDir, struct _u_instance *pInst, json_error_t &rJerr);
- /////////////////////////////////////////////////////////////////////////////
- #endif // !defined(AGD_HELPERS_H__2F944BB6_EA30_4239_9A06_DA28B59CC2EE__INCLUDED_)
|