Header files

I'm about to put together a project using multi files and i'm wondering is a must to use 'Classes' when setting up a header file. i would rather not if possible. Does anyone know another way?

mark_05:
I'm about to put together a project using multi files and i'm wondering is a must to use 'Classes' when setting up a header file. i would rather not if possible. Does anyone know another way?

You don't need to create a class to use a header file.

Ok thanks. Working on it now

Just thought I'd add - an illustration of this is the "toneMelody" example included with the IDE - it has a header called "pitches.h", which only contains defines for notes.

Ok great, thanks for that. Ill have a look at it and see if im going the right way with it. Cheers