12345678910111213141516171819202122232425 |
- // main.h :
- //
- #if !defined(AGD_MAIN_H__2B129A48_B077_420E_98D1_E8F8020BEA66__INCLUDED_)
- #define AGD_MAIN_H__2B129A48_B077_420E_98D1_E8F8020BEA66__INCLUDED_
- #ifdef __cplusplus
- extern "C" {
- #endif // __cplusplus
- /////////////////////////////////////////////////////////////////////////////
- // main.h - Declarations:
- #define GFA_FU_VER_MAJOR 1
- #define GFA_FU_VER_MINOR 0
- #define GFA_FU_VER_REVISION 0
- #define UNUSED(x) (void)x
- #define _countof(a) (sizeof(a) / sizeof(*a))
- /////////////////////////////////////////////////////////////////////////////
- #ifdef __cplusplus
- }
- #endif // __cplusplus
- #endif // !defined(AGD_MAIN_H__2B129A48_B077_420E_98D1_E8F8020BEA66__INCLUDED_)
|