view TaskManager/Test/simple_render/SpanPack.cpp @ 146:a98dbb81db5c draft

TileList の生成の修正
author gongo@gendarme.cr.ie.u-ryukyu.ac.jp
date Tue, 02 Dec 2008 14:12:01 +0900
parents 028ffc9c0375
children
line wrap: on
line source

#include <stdio.h>
#include "SpanPack.h"

void
SpanPack::init(void)
{
    this->info.size = 0;
    this->next = NULL;
}