Skip to content

Instantly share code, notes, and snippets.

View DineshDevaraj's full-sized avatar
💭
A ordinary and simple software developer

Dinesh Devaraj DineshDevaraj

💭
A ordinary and simple software developer
View GitHub Profile
/* Date : 22 Mar 2017 - Wed */
struct ContentViewer_t;
struct ContentEngine_t;
struct RenderingEngine_t;
struct Callable_t
{
virtual void callback() = 0;