view TaskManager/Test/test_render/post.cpp @ 243:c4918a1fb6c9 draft

rm warning
author e065746@localhost.localdomain
date Sun, 31 May 2009 16:26:20 +0900
parents 028ffc9c0375
children 0b623693e6ec
line wrap: on
line source

#include "viewer.h"

extern Viewer *screen;

void
post2runLoop(void *arg)
{
    screen->run_loop();
}

void
post2runDraw(void *arg)
{
    screen->run_draw();
}