view Renderer/test_render/post.cpp @ 492:9522c376a9fe

memcpy for param
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 09 Oct 2009 11:18:42 +0900
parents 55ea4465b1a2
children
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();
}