Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

BaseRoot.h File Reference

#include "Teddy/MixIn/Options.h"

Include dependency graph for BaseRoot.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  Teddy
namespace  Teddy::Application

Defines

#define TEDDY_MAIN


Define Documentation

#define TEDDY_MAIN
 

Value:

extern "C" {                           \
    int main( int argc, char **argv ){ \
        Root *root = new Root();       \
        root->start( argc, argv );     \
        return 0;                      \
    }                                  \
}

Definition at line 73 of file BaseRoot.h.