Looks pretty good. Clean and concise code with good indentation and current standard function calls. One very slight thing, the way you declare your functions seem a little strange:

Code:
void
exampleFunction()
{
}
I've never seen that sort of declaration before. Is it a new practice?