This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Date : 22 Mar 2017 - Wed */ | |
struct ContentViewer_t; | |
struct ContentEngine_t; | |
struct RenderingEngine_t; | |
struct Callable_t | |
{ | |
virtual void callback() = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Date : 22 Mar 2017 - Wed */ | |
struct ContentViewer_t; | |
struct ContentEngine_t; | |
struct RenderingEngine_t; | |
struct Callable_t | |
{ | |
virtual void callback() = 0; |
NewerOlder