Test_Console.h 468 B

1234567891011121314151617181920212223
  1. /*
  2. ============================================================================
  3. Name : Test_Console.h
  4. Author :
  5. Copyright : Your copyright notice
  6. Description : Exe header file
  7. ============================================================================
  8. */
  9. #ifndef __TEST_CONSOLE_H__
  10. #define __TEST_CONSOLE_H__
  11. // Include Files
  12. #include <e32base.h>
  13. // Function Prototypes
  14. GLDEF_C TInt E32Main();
  15. #endif // __TEST_CONSOLE_H__