mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:33:31 +02:00
removed old ParticleSystem class
This commit is contained in:
parent
739a02c022
commit
b9d68ec087
3 changed files with 23 additions and 1 deletions
9
BuckyBalls.cpp
Normal file
9
BuckyBalls.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// BuckyBalls.cpp
|
||||
// hifi
|
||||
//
|
||||
// Created by Philip on 1/2/14.
|
||||
//
|
||||
//
|
||||
|
||||
#include "BuckyBalls.h"
|
14
BuckyBalls.h
Normal file
14
BuckyBalls.h
Normal 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__) */
|
|
@ -22,7 +22,6 @@
|
|||
#include <ParticleEditHandle.h>
|
||||
|
||||
#include "InterfaceConfig.h"
|
||||
#include "ParticleSystem.h"
|
||||
#include "world.h"
|
||||
#include "devices/SerialInterface.h"
|
||||
#include "VoxelSystem.h"
|
||||
|
|
Loading…
Reference in a new issue