Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / ColonetClient / includes / Client.h @ 13

History | View | Annotate | Download (124 Bytes)

1
/**
2
 *
3
 *  @author Jason Knichel
4
 *
5
 * 3/1/07
6
 */
7

    
8

    
9
#ifndef CLIENT_H
10
#define CLIENT_H
11

    
12
#define MAX_INPUT_LENGTH 128
13

    
14
#endif