Names of functions which are members of C++ classes should be in all lower case letters, and use hyphens to separate distinct words in their names. Example:void
Scene::prepare_draw(
)