Mercurial > hg > Game > Cerium
view Renderer/Test/aquarium.h @ 863:6c08c50c5f7a draft
get serial id
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 22 Jun 2010 10:44:58 +0900 |
parents | 3f45bd7b910a |
children | 08ed5e750d78 |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" typedef struct { const char *hostname; int port; } linda_t; class aquarium : public Application { public: static linda_t linda_addr; static int linda; static int serial_id; static void linda_connect(); MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };