/*
 * pts_incs.h - includes and globals for all the shader files.
 */

#ifndef _PTSINCS_H_
#define _PTSINCS_H_ 1

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

#include <lwenvel.h>
#include <lwhandler.h>
#include <lwhost.h>
#include <lwio.h>
#include <lwrender.h>
#include <lwserver.h>
#include <lwtexture.h>
#include <lwtxtr.h>
#include <lwxpanel.h>
#include <lwvparm.h>

#ifndef TRUE
#define FALSE   0
#define TRUE    1
#endif

#define JUSTABOVEZERO        1.0E-10

#endif /* _PTSINCS_H_ */
