/* $Id: plc++demos.h,v 1.1 2005/10/07 19:10:11 airwin Exp $

	All the common includes and constants needed by the C++ demo programs.
*/

#ifndef __PLCXXDEMOS_H__
#define __PLCXXDEMOS_H__

/* common includes */
#include "plstream.h"
#include <iostream>
#include <cmath>

/* common defines */
#ifndef M_PI
#define M_PI 3.1415926535897932384
#endif

#endif	/* __PLCXXDEMOS_H__ */


syntax highlighted by Code2HTML, v. 0.9.1