view old/simple_render/SpanPack.cpp @ 1995:c961cc335471 draft

merge
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Mon, 21 Apr 2014 00:02:36 +0900
parents 3bc98f6d31ff
children
line wrap: on
line source

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

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