main.h 706 B

12345678910111213141516171819202122232425
  1. // main.h :
  2. //
  3. #if !defined(AGD_MAIN_H__2B129A48_B077_420E_98D1_E8F8020BEA66__INCLUDED_)
  4. #define AGD_MAIN_H__2B129A48_B077_420E_98D1_E8F8020BEA66__INCLUDED_
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif // __cplusplus
  8. /////////////////////////////////////////////////////////////////////////////
  9. // main.h - Declarations:
  10. #define GFA_FU_VER_MAJOR 1
  11. #define GFA_FU_VER_MINOR 0
  12. #define GFA_FU_VER_REVISION 0
  13. #define UNUSED(x) (void)x
  14. #define _countof(a) (sizeof(a) / sizeof(*a))
  15. /////////////////////////////////////////////////////////////////////////////
  16. #ifdef __cplusplus
  17. }
  18. #endif // __cplusplus
  19. #endif // !defined(AGD_MAIN_H__2B129A48_B077_420E_98D1_E8F8020BEA66__INCLUDED_)