open_toontown_panda3d/panda/src/particlesystem/particles.h

22 lines
609 B
C

// Filename: particles.h
// Created by: charles (20Jun00)
//
////////////////////////////////////////////////////////////////////
//
// PANDA 3D SOFTWARE
// Copyright (c) Carnegie Mellon University. All rights reserved.
//
// All use of this software is subject to the terms of the revised BSD
// license. You should have received a copy of this license along
// with this source code in a file named "LICENSE."
//
////////////////////////////////////////////////////////////////////
#ifndef PARTICLES_H
#define PARTICLES_H
#include "pointParticle.h"
#include "orientedParticle.h"
#endif // PARTICLES_H