Arkanoid Remake  1.0
Classes | Macros
App.h File Reference

App interface definition. More...

#include <string>

Go to the source code of this file.

Classes

class  App
 Application interface definition. More...
 

Detailed Description

App interface definition.

Author
Giovanni Paolo Vigano'

Even if this definition seems to be almost useless within this project, in an well designed object-oriented software you must provide some mechanisms to ease the extension and the maintenance of the source code. In this view here we define a generic interface that can be accessed by an external program, without the need to define the implementation, that can be changed and extended in future without affecting the interface definition.