[DEV] remove __class__
This commit is contained in:
parent
22e15c4279
commit
bf2c8bdc8c
@ -17,9 +17,6 @@
|
|||||||
#include <ege/elements/ElementBase.h>
|
#include <ege/elements/ElementBase.h>
|
||||||
#include <ege/elements/ElementPhysic.h>
|
#include <ege/elements/ElementPhysic.h>
|
||||||
|
|
||||||
#undef __class__
|
|
||||||
#define __class__ "Windows"
|
|
||||||
|
|
||||||
appl::Windows::Windows() {
|
appl::Windows::Windows() {
|
||||||
addObjectType("appl::Windows");
|
addObjectType("appl::Windows");
|
||||||
propertyTitle.setDirectCheck("example ege : CameraPosirion");
|
propertyTitle.setDirectCheck("example ege : CameraPosirion");
|
||||||
|
@ -20,9 +20,6 @@
|
|||||||
#include <ege/physicsShape/PhysicsBox.h>
|
#include <ege/physicsShape/PhysicsBox.h>
|
||||||
#include <ege/physicsShape/PhysicsSphere.h>
|
#include <ege/physicsShape/PhysicsSphere.h>
|
||||||
|
|
||||||
#undef __class__
|
|
||||||
#define __class__ "Windows"
|
|
||||||
|
|
||||||
appl::Windows::Windows() {
|
appl::Windows::Windows() {
|
||||||
addObjectType("appl::Windows");
|
addObjectType("appl::Windows");
|
||||||
propertyTitle.setDirectCheck("example ege : DoubleView");
|
propertyTitle.setDirectCheck("example ege : DoubleView");
|
||||||
|
@ -20,9 +20,6 @@
|
|||||||
#include <ege/physicsShape/PhysicsBox.h>
|
#include <ege/physicsShape/PhysicsBox.h>
|
||||||
#include <ege/physicsShape/PhysicsSphere.h>
|
#include <ege/physicsShape/PhysicsSphere.h>
|
||||||
|
|
||||||
#undef __class__
|
|
||||||
#define __class__ "Windows"
|
|
||||||
|
|
||||||
appl::Windows::Windows() {
|
appl::Windows::Windows() {
|
||||||
addObjectType("appl::Windows");
|
addObjectType("appl::Windows");
|
||||||
propertyTitle.setDirectCheck("example ege : DoubleView");
|
propertyTitle.setDirectCheck("example ege : DoubleView");
|
||||||
|
@ -17,9 +17,6 @@
|
|||||||
#include <ege/elements/ElementBase.h>
|
#include <ege/elements/ElementBase.h>
|
||||||
#include <ege/elements/ElementPhysic.h>
|
#include <ege/elements/ElementPhysic.h>
|
||||||
|
|
||||||
#undef __class__
|
|
||||||
#define __class__ "Windows"
|
|
||||||
|
|
||||||
appl::Windows::Windows() {
|
appl::Windows::Windows() {
|
||||||
addObjectType("appl::Windows");
|
addObjectType("appl::Windows");
|
||||||
propertyTitle.setDirectCheck("example ege: MeshCreator");
|
propertyTitle.setDirectCheck("example ege: MeshCreator");
|
||||||
|
@ -19,9 +19,6 @@
|
|||||||
#include <ege/physicsShape/PhysicsBox.h>
|
#include <ege/physicsShape/PhysicsBox.h>
|
||||||
#include <ege/physicsShape/PhysicsSphere.h>
|
#include <ege/physicsShape/PhysicsSphere.h>
|
||||||
|
|
||||||
#undef __class__
|
|
||||||
#define __class__ "Windows"
|
|
||||||
|
|
||||||
appl::Windows::Windows() :
|
appl::Windows::Windows() :
|
||||||
m_angleTetha(0),
|
m_angleTetha(0),
|
||||||
m_anglePsy(0) {
|
m_anglePsy(0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user