mistserver/Server/buffer.h
2010-06-13 19:33:54 +02:00

7 lines
81 B
C

#pragma once
struct buffer{
int number;
int size;
char * data;
};//buffer