aboutsummaryrefslogtreecommitdiff
path: root/09-september/tomcat/shared.h
blob: 35fd471d9405f0c722168397805f9b54e937e299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SHARED_H
#define SHARED_H

#include "GL/glew.h"
#define MAX_PATH_LENGTH 64

typedef enum
{
    FALSE,
    TRUE
} boolean;

#endif // SHARED_H