// Example of a plugin action #pragma once class ccMainAppInterface; namespace Example { void performActionA( ccMainAppInterface *appInterface ); }