NFCLauncher.h 484 B

1234567891011121314151617181920212223
  1. /*
  2. ============================================================================
  3. Name : NFCLauncher.h
  4. Author : Lucian Tomuta
  5. Copyright : 2011 Forum Nokia
  6. Description : Exe header file
  7. ============================================================================
  8. */
  9. #ifndef __QTINFO_LAUNCHER_H__
  10. #define __QTINFO_LAUNCHER_H__
  11. // Include Files
  12. #include <e32base.h>
  13. // Function Prototypes
  14. GLDEF_C TInt E32Main();
  15. #endif // __QTINFO_LAUNCHER_H__