mirror of
https://github.com/edubart/otclient.git
synced 2025-12-01 15:36:50 +01:00
more rework
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
|
||||
#include "util/types.h"
|
||||
|
||||
#define DEG_TO_RAD (acos(-1)/180.0)
|
||||
|
||||
namespace Fw
|
||||
{
|
||||
static const double pi = 3.14159265;
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
#include "particleaffector.h"
|
||||
#include <framework/core/clock.h>
|
||||
|
||||
#define DEG_TO_RAD (acos(-1)/180.0)
|
||||
|
||||
ParticleAffector::ParticleAffector()
|
||||
{
|
||||
m_active = false;
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
#include <framework/graphics/texturemanager.h>
|
||||
#include <framework/util/tools.h>
|
||||
|
||||
#define DEG_TO_RAD (acos(-1)/180.0)
|
||||
|
||||
ParticleEmitter::ParticleEmitter(const ParticleSystemPtr& parent)
|
||||
{
|
||||
m_parent = parent;
|
||||
|
||||
Reference in New Issue
Block a user