Phoenix2D-Library
0.10
|
#include <string>
#include <iostream>
#include <pthread.h>
#include "Reader.h"
#include "Connect.h"
#include "Parser.h"
#include "Config.h"
Go to the source code of this file.
Namespaces | |
Phoenix | |
Functions | |
void * | Phoenix::run (void *arg) |
Variables | |
Connect * | Phoenix::connect_ptr = 0 |
Parser * | Phoenix::parser_ptr = 0 |
bool | Phoenix::running = false |
pthread_t | Phoenix::thread = 0 |