How do I add a .h file?

13 Mar 2011

Hello, its me again.

How can I add a .h file?

I did a search on include file, include .h but did not come up with anything.

My .h file is a font table.

Thank you

13 Mar 2011

Just right click your project and choose 'New File'. Enter your filename ending an an .h and finally paste you code into the new file.

Import File should also work if you select the local machine tab.