removed old ParticleSystem class

This commit is contained in:
Philip Rosedale 2014-01-02 15:53:11 -08:00
parent 739a02c022
commit b9d68ec087
3 changed files with 23 additions and 1 deletions

9
BuckyBalls.cpp Normal file
View file

@ -0,0 +1,9 @@
//
// BuckyBalls.cpp
// hifi
//
// Created by Philip on 1/2/14.
//
//
#include "BuckyBalls.h"

14
BuckyBalls.h Normal file
View file

@ -0,0 +1,14 @@
//
// BuckyBalls.h
// hifi
//
// Created by Philip on 1/2/14.
//
//
#ifndef __hifi__BuckyBalls__
#define __hifi__BuckyBalls__
#include <iostream>
#endif /* defined(__hifi__BuckyBalls__) */

View file

@ -22,7 +22,6 @@
#include <ParticleEditHandle.h>
#include "InterfaceConfig.h"
#include "ParticleSystem.h"
#include "world.h"
#include "devices/SerialInterface.h"
#include "VoxelSystem.h"