26 lines
405 B
C++
26 lines
405 B
C++
// Filename: plane.h
|
|
// Created by: mike (09Jan97)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef PLANE_H
|
|
#define PLANE_H
|
|
|
|
#include <pandabase.h>
|
|
|
|
#include <luse.h>
|
|
#include <indent.h>
|
|
#include <nearly_zero.h>
|
|
#include <cmath.h>
|
|
|
|
class Datagram;
|
|
class DatagramIterator;
|
|
|
|
#include "fltnames.h"
|
|
#include "plane_src.h"
|
|
|
|
#include "dblnames.h"
|
|
#include "plane_src.h"
|
|
|
|
#endif
|