Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (163 Bytes)

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

    
8
#ifndef COMMAND_DEFINES_H
9
#define COMMAND_DEFINES_H
10

    
11
#define MAX_TOKENS 15
12
#define MAX_TOKEN_SIZE 30
13

    
14

    
15
#endif