emptyFunction0 function

void emptyFunction0()

Generic empty functions returning nothing. Empty function with 0 arguments.

Implementation

/// Empty function with 0 arguments.
void emptyFunction0() {}