view Renderer/Test/create_task.h @ 877:65f0c4c7f381

[Renderer/Test/aquarium] changed euc to utf8
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Tue, 06 Jul 2010 09:55:35 +0900
parents e615e552efa5
children
line wrap: on
line source

#include <math.h>
#include <stdlib.h>
#include "SceneGraphRoot.h"
#include "Application.h"
#include "MainLoop.h"
#include "viewer.h"

typedef struct {
    float xyz[3];  // 12 byte
    const char *name;
} *PropertyPtr, Property;

class create_task : public Application {

    MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);

};