fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
1
extern/ode/dist/include/ode/common.h
vendored
1
extern/ode/dist/include/ode/common.h
vendored
@@ -304,3 +304,4 @@ typedef struct dJointFeedback {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/contact.h
vendored
1
extern/ode/dist/include/ode/contact.h
vendored
@@ -88,3 +88,4 @@ typedef struct dContact {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/error.h
vendored
1
extern/ode/dist/include/ode/error.h
vendored
@@ -61,3 +61,4 @@ void dMessage (int num, const char *msg, ...);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/geom.h
vendored
1
extern/ode/dist/include/ode/geom.h
vendored
@@ -150,3 +150,4 @@ dGeomID dCreateGeom (int classnum);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/mass.h
vendored
1
extern/ode/dist/include/ode/mass.h
vendored
@@ -95,3 +95,4 @@ struct dMass {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/matrix.h
vendored
1
extern/ode/dist/include/ode/matrix.h
vendored
@@ -192,3 +192,4 @@ void dRemoveRowCol (dReal *A, int n, int nskip, int r);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/memory.h
vendored
1
extern/ode/dist/include/ode/memory.h
vendored
@@ -61,3 +61,4 @@ void dAllocDontReport (void *ptr);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/misc.h
vendored
1
extern/ode/dist/include/ode/misc.h
vendored
@@ -83,3 +83,4 @@ dReal dMaxDifferenceLowerTriangle (const dReal *A, const dReal *B, int n);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/objects.h
vendored
1
extern/ode/dist/include/ode/objects.h
vendored
@@ -199,3 +199,4 @@ int dAreConnected (dBodyID, dBodyID);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/ode.h
vendored
1
extern/ode/dist/include/ode/ode.h
vendored
@@ -42,3 +42,4 @@
|
||||
#include <ode/odecpp.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
3
extern/ode/dist/include/ode/odecpp.h
vendored
3
extern/ode/dist/include/ode/odecpp.h
vendored
@@ -791,6 +791,7 @@ public:
|
||||
{ return dGeomTransformGetInfo (_id); }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
3
extern/ode/dist/include/ode/odecpp_old.h
vendored
3
extern/ode/dist/include/ode/odecpp_old.h
vendored
@@ -311,6 +311,7 @@ public:
|
||||
{ return dGeomGetRotation (_id); }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/odemath.h
vendored
1
extern/ode/dist/include/ode/odemath.h
vendored
@@ -214,3 +214,4 @@ inline void dMULTIPLYADD2_333(dReal *A, const dReal *B, const dReal *C)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/rotation.h
vendored
1
extern/ode/dist/include/ode/rotation.h
vendored
@@ -62,3 +62,4 @@ void dWtoDQ (const dVector3 w, const dQuaternion q, dVector4 dq);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/space.h
vendored
1
extern/ode/dist/include/ode/space.h
vendored
@@ -75,3 +75,4 @@ void dHashSpaceSetLevels (dSpaceID space, int minlevel, int maxlevel);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/include/ode/timer.h
vendored
1
extern/ode/dist/include/ode/timer.h
vendored
@@ -74,3 +74,4 @@ double dTimerResolution();
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
2
extern/ode/dist/ode/src/array.h
vendored
2
extern/ode/dist/ode/src/array.h
vendored
@@ -131,5 +131,5 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
3
extern/ode/dist/ode/src/geom_internal.h
vendored
3
extern/ode/dist/ode/src/geom_internal.h
vendored
@@ -79,6 +79,5 @@ struct dxGeom { // a dGeomID is a pointer to this
|
||||
|
||||
#define CLASSDATA(geomptr) (((char*)geomptr) + SIZEOF_DXGEOM)
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
3
extern/ode/dist/ode/src/joint.h
vendored
3
extern/ode/dist/ode/src/joint.h
vendored
@@ -256,6 +256,5 @@ struct dxJointNull : public dxJoint {
|
||||
};
|
||||
extern struct dxJoint::Vtable __dnull_vtable;
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/ode/src/lcp.h
vendored
1
extern/ode/dist/ode/src/lcp.h
vendored
@@ -56,3 +56,4 @@ void dSolveLCP (int n, dReal *A, dReal *x, dReal *b, dReal *w,
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/ode/src/mat.h
vendored
1
extern/ode/dist/ode/src/mat.h
vendored
@@ -69,3 +69,4 @@ public:
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
2
extern/ode/dist/ode/src/objects.h
vendored
2
extern/ode/dist/ode/src/objects.h
vendored
@@ -87,5 +87,5 @@ struct dxWorld : public dBase {
|
||||
dReal global_cfm; // global costraint force mixing parameter
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/ode/src/obstack.h
vendored
1
extern/ode/dist/ode/src/obstack.h
vendored
@@ -66,3 +66,4 @@ struct dObStack : public dBase {
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/ode/src/stack.h
vendored
1
extern/ode/dist/ode/src/stack.h
vendored
@@ -136,3 +136,4 @@ struct dStack {
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/ode/src/step.h
vendored
1
extern/ode/dist/ode/src/step.h
vendored
@@ -34,3 +34,4 @@ void dInternalStepIsland (dxWorld *world,
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
1
extern/ode/dist/ode/src/testing.h
vendored
1
extern/ode/dist/ode/src/testing.h
vendored
@@ -63,3 +63,4 @@ public:
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -354,3 +354,4 @@ extern int SND_GetPlaystate(SND_ObjectHandle object);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -81,4 +81,6 @@ public:
|
||||
int GetPlaystate() const;
|
||||
|
||||
};
|
||||
|
||||
#endif //__SND_CDOBJECT_H
|
||||
|
||||
|
||||
@@ -54,3 +54,4 @@
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -80,12 +80,3 @@ private :
|
||||
|
||||
#endif //__SND_DEVICEMANAGER_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -344,3 +344,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //SND_IAUDIODEVICE
|
||||
|
||||
|
||||
@@ -52,4 +52,6 @@ public:
|
||||
SND_Object() {};
|
||||
virtual ~SND_Object() {};
|
||||
};
|
||||
|
||||
#endif //__SND_OBJECT_H
|
||||
|
||||
|
||||
@@ -104,3 +104,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__SND_SCENE_H
|
||||
|
||||
|
||||
@@ -81,4 +81,6 @@ private:
|
||||
MT_Scalar m_dopplervelocity; /* factor for the reference velocity (for Dopplereffect) */
|
||||
MT_Scalar m_scale;
|
||||
};
|
||||
|
||||
#endif //__SND_SOUNDLISTENER_H
|
||||
|
||||
|
||||
@@ -158,5 +158,6 @@ public:
|
||||
int GetPlaystate() const;
|
||||
|
||||
};
|
||||
|
||||
#endif //__SND_SOUNDOBJECT_H
|
||||
|
||||
|
||||
@@ -111,3 +111,4 @@ extern void SND_GetSampleInfo(signed char* sample, SND_WaveSlot* waveslot);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //__SND_WAVECACHE_H
|
||||
|
||||
|
||||
@@ -92,3 +92,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__SND_WAVESLOT_H
|
||||
|
||||
|
||||
@@ -117,3 +117,4 @@ enum
|
||||
};
|
||||
|
||||
#endif //__SOUNDDEFINES_H
|
||||
|
||||
|
||||
@@ -93,3 +93,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //SND_DUMMYDEVICE
|
||||
|
||||
|
||||
@@ -103,3 +103,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //SND_FMODDEVICE
|
||||
|
||||
|
||||
@@ -116,3 +116,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //SND_AUDIODEVICE
|
||||
|
||||
|
||||
@@ -56,4 +56,6 @@ public:
|
||||
int GetId();
|
||||
void SetId(int id);
|
||||
};
|
||||
|
||||
#endif //__SND_OBJECT_H
|
||||
|
||||
|
||||
@@ -100,3 +100,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //SND_OPENALDEVICE
|
||||
|
||||
|
||||
@@ -137,4 +137,5 @@ inline bool ACT_Action::getIsApplied() const
|
||||
return m_applied;
|
||||
}
|
||||
|
||||
#endif // _H_ACT_ACTION_H_
|
||||
#endif // _H_ACT_ACTION_H_
|
||||
|
||||
|
||||
@@ -189,4 +189,5 @@ extern void ACT_ActionStackRedo(ACT_ActionStackPtr stack);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _H_ACT_ACTION_C_API
|
||||
#endif // _H_ACT_ACTION_C_API
|
||||
|
||||
|
||||
@@ -181,4 +181,5 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
#endif // _H_ACT_ACTIONSTACK
|
||||
#endif // _H_ACT_ACTIONSTACK
|
||||
|
||||
|
||||
@@ -121,4 +121,5 @@ inline void ACT_CallbackAction::doUndo()
|
||||
}
|
||||
|
||||
|
||||
#endif // _H_ACT_CALLBACK_ACTION_H
|
||||
#endif // _H_ACT_CALLBACK_ACTION_H
|
||||
|
||||
|
||||
@@ -47,4 +47,5 @@ void printUndone(ACT_ActionPtr action, ACT_ActionUserDataPtr userData);
|
||||
void printDisposed(ACT_ActionPtr action, ACT_ActionUserDataPtr userData);
|
||||
|
||||
|
||||
#endif // _H_ACT_TESTACTION_C_H_
|
||||
#endif // _H_ACT_TESTACTION_C_H_
|
||||
|
||||
|
||||
@@ -54,4 +54,5 @@ protected:
|
||||
virtual void doUndo() { cout << m_name.Ptr() << ": undone\n"; }
|
||||
};
|
||||
|
||||
#endif // _H_ACT_TESTACTION
|
||||
#endif // _H_ACT_TESTACTION
|
||||
|
||||
|
||||
@@ -127,3 +127,4 @@ void BMF_DrawStringTexture(BMF_Font* font, char* string, float x, float y, float
|
||||
#endif
|
||||
|
||||
#endif /* __BMF_API_H */
|
||||
|
||||
|
||||
@@ -74,3 +74,4 @@ typedef enum
|
||||
typedef struct BMF_Font BMF_Font;
|
||||
|
||||
#endif /* __BMF_FONTS_H */
|
||||
|
||||
|
||||
@@ -67,3 +67,4 @@
|
||||
#endif /* BMF_MINIMAL */
|
||||
|
||||
#endif /* __BMF_SETTINGS_H */
|
||||
|
||||
|
||||
@@ -107,3 +107,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // __BMF_BITMAP_FONT_H
|
||||
|
||||
|
||||
@@ -55,3 +55,4 @@ typedef struct {
|
||||
} BMF_FontData;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
3
intern/bsp/extern/CSG_BooleanOps.h
vendored
3
intern/bsp/extern/CSG_BooleanOps.h
vendored
@@ -425,4 +425,5 @@ CSG_FreeBooleanOperation(
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ public :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -97,3 +97,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -342,4 +342,5 @@ private :
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -72,3 +72,4 @@ private :
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -204,5 +204,3 @@ private :
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -269,4 +269,5 @@ BSP_CSGMesh_FaceIt_Construct(
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -134,3 +134,4 @@ private :
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -122,6 +122,5 @@ public :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
@@ -138,9 +138,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -150,3 +150,4 @@ private :
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -286,4 +286,5 @@ public :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -129,4 +129,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -162,4 +162,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -74,4 +74,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -61,4 +61,5 @@ private :
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -351,4 +351,5 @@ BuildMesh(
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -140,5 +140,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -148,5 +148,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -197,30 +197,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -281,7 +281,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -301,3 +301,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
2
intern/decimation/extern/LOD_decimation.h
vendored
2
intern/decimation/extern/LOD_decimation.h
vendored
@@ -115,5 +115,3 @@ extern int LOD_FreeDecimationData(LOD_Decimation_InfoPtr);
|
||||
|
||||
#endif // NAN_INCLUDED_LOD_decimation_h
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -114,5 +114,5 @@ private :
|
||||
MEM_SmartPtr<LOD_ExternBufferEditor> m_extern_editor;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -113,6 +113,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -132,3 +132,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -141,3 +141,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -261,4 +261,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -130,5 +130,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -53,3 +53,4 @@ public :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -124,5 +124,6 @@ private :
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -163,6 +163,5 @@ public:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -117,3 +117,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -86,3 +86,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // _GHOST_IEVENT_H_
|
||||
|
||||
|
||||
@@ -64,3 +64,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // _GHOST_EVENT_CONSUMER_H_
|
||||
|
||||
|
||||
@@ -280,3 +280,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_ISYSTEM_H_
|
||||
|
||||
|
||||
@@ -84,5 +84,5 @@ public:
|
||||
virtual void setUserData(const GHOST_TUserDataPtr userData) = 0;
|
||||
};
|
||||
|
||||
|
||||
#endif // _GHOST_ITIMER_TASK_H_
|
||||
|
||||
|
||||
@@ -239,3 +239,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // _GHOST_IWINDOW_H_
|
||||
|
||||
|
||||
@@ -235,3 +235,4 @@ inline bool GHOST_Rect::isInside(GHOST_TInt32 x, GHOST_TInt32 y) const
|
||||
}
|
||||
|
||||
#endif // _H_GHOST_Rect
|
||||
|
||||
|
||||
@@ -350,5 +350,5 @@ struct GHOST_TimerTaskHandle__;
|
||||
typedef void (*GHOST_TimerProcPtr)(struct GHOST_TimerTaskHandle__* task, GHOST_TUns64 time);
|
||||
#endif
|
||||
|
||||
|
||||
#endif // _GHOST_TYPES_H_
|
||||
|
||||
|
||||
@@ -74,3 +74,4 @@ struct GHOST_Buttons {
|
||||
};
|
||||
|
||||
#endif // _GHOST_BUTTONS_H_
|
||||
|
||||
|
||||
@@ -75,3 +75,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_CALLBACK_EVENT_CONSUMER_H_
|
||||
|
||||
|
||||
@@ -72,3 +72,4 @@
|
||||
#endif // GHOST_DEBUG
|
||||
|
||||
#endif // _GHOST_DEBUG_H_
|
||||
|
||||
|
||||
@@ -140,3 +140,4 @@ protected:
|
||||
|
||||
|
||||
#endif // _GHOST_DISPLAY_MANAGER_H_
|
||||
|
||||
|
||||
@@ -117,3 +117,4 @@ protected:
|
||||
|
||||
|
||||
#endif // _GHOST_DISPLAY_MANAGER_CARBON_H_
|
||||
|
||||
|
||||
@@ -104,3 +104,4 @@ protected:
|
||||
|
||||
|
||||
#endif // _GHOST_DISPLAY_MANAGER_WIN32_H_
|
||||
|
||||
|
||||
@@ -127,3 +127,4 @@ private :
|
||||
|
||||
|
||||
#endif //
|
||||
|
||||
|
||||
@@ -112,3 +112,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_EVENT_H_
|
||||
|
||||
|
||||
@@ -71,3 +71,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_EVENT_BUTTON_H_
|
||||
|
||||
|
||||
@@ -72,3 +72,4 @@ protected:
|
||||
|
||||
|
||||
#endif // _GHOST_EVENT_CURSOR_H_
|
||||
|
||||
|
||||
@@ -85,3 +85,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_EVENT_KEY_H_
|
||||
|
||||
|
||||
@@ -155,3 +155,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_EVENT_MANAGER_H_
|
||||
|
||||
|
||||
@@ -68,3 +68,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_EVENT_PRINTER_H_
|
||||
|
||||
|
||||
@@ -100,3 +100,4 @@ struct GHOST_ModifierKeys
|
||||
};
|
||||
|
||||
#endif // _GHOST_MODIFIER_KEYS_H_
|
||||
|
||||
|
||||
@@ -326,3 +326,4 @@ inline GHOST_WindowManager* GHOST_System::getWindowManager() const
|
||||
}
|
||||
|
||||
#endif // _GHOST_SYSTEM_H_
|
||||
|
||||
|
||||
@@ -249,3 +249,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_SYSTEM_CARBON_H_
|
||||
|
||||
|
||||
@@ -63,3 +63,4 @@ class GHOST_SystemCarbon : public GHOST_System {
|
||||
};
|
||||
|
||||
#endif // _GHOST_SYSTEM_CARBON_H_
|
||||
|
||||
|
||||
@@ -276,3 +276,4 @@ inline void GHOST_SystemWin32::storeModifierKeys(const GHOST_ModifierKeys& keys)
|
||||
}
|
||||
|
||||
#endif // _GHOST_SYSTEM_WIN32_H_
|
||||
|
||||
|
||||
@@ -247,6 +247,3 @@ private :
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -131,3 +131,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_TIMER_MANAGER_H_
|
||||
|
||||
|
||||
@@ -191,5 +191,5 @@ protected:
|
||||
GHOST_TUns32 m_auxData;
|
||||
};
|
||||
|
||||
|
||||
#endif // _GHOST_TIMER_TASK_H_
|
||||
|
||||
|
||||
@@ -253,3 +253,4 @@ inline GHOST_TStandardCursor GHOST_Window::getCursorShape() const
|
||||
}
|
||||
|
||||
#endif // _GHOST_WINDOW_H
|
||||
|
||||
|
||||
@@ -271,3 +271,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_WINDOW_CARBON_H_
|
||||
|
||||
|
||||
@@ -163,3 +163,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_WINDOW_MANAGER_H_
|
||||
|
||||
|
||||
@@ -274,3 +274,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GHOST_WINDOW_WIN32_H_
|
||||
|
||||
|
||||
@@ -290,3 +290,4 @@ private :
|
||||
|
||||
|
||||
#endif // _GHOST_WINDOWX11_H_
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ void rect_copy (int dst[2][2], int src[2][2]);
|
||||
int rect_contains_pt (int rect[2][2], int pt[2]);
|
||||
int rect_width (int rect[2][2]);
|
||||
int rect_height (int rect[2][2]);
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@
|
||||
#else // defined(WIN32) || defined(__APPLE__)
|
||||
#include <GL/gl.h>
|
||||
#endif // defined(WIN32) || defined(__APPLE__)
|
||||
|
||||
|
||||
@@ -54,3 +54,4 @@ void scrollbar_get_rect (ScrollBar *sb, int rect_r[2][2]);
|
||||
void scrollbar_get_thumb (ScrollBar *sb, int thumb_r[2][2]);
|
||||
|
||||
void scrollbar_free (ScrollBar *sb);
|
||||
|
||||
|
||||
@@ -33,3 +33,4 @@ void* memdbl (void *mem, int *size_pr, int item_size);
|
||||
|
||||
char* string_dup (char *str);
|
||||
void fatal (char *fmt, ...);
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ typedef struct _WindowData WindowData;
|
||||
WindowData* windowdata_new (void *data, WindowDataHandler handler);
|
||||
void windowdata_handle (WindowData *wb, GHOST_EventHandle evt);
|
||||
void windowdata_free (WindowData *wb);
|
||||
|
||||
|
||||
@@ -112,3 +112,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
3
intern/iksolver/extern/IK_solver.h
vendored
3
intern/iksolver/extern/IK_solver.h
vendored
@@ -204,4 +204,5 @@ extern void IK_FreeChain(IK_Chain_ExternPtr);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // NAN_INCLUDED_IK_solver_h
|
||||
#endif // NAN_INCLUDED_IK_solver_h
|
||||
|
||||
|
||||
@@ -174,5 +174,5 @@ private :
|
||||
MEM_SmartPtr<IK_ConjugateGradientSolver> m_grad_solver;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@@ -190,5 +190,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@@ -192,4 +192,3 @@ private :
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -162,10 +162,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -293,6 +293,5 @@ private :
|
||||
#undef TINY
|
||||
#undef ZEPS
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -207,5 +207,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@@ -175,10 +175,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -287,4 +287,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -105,3 +105,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -214,4 +214,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -91,3 +91,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -211,9 +211,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -126,3 +126,4 @@ int Cholesky_upper_factorization(SPDMatrix &A, SymmMatrix &L)
|
||||
|
||||
#endif
|
||||
// CHOLESKY_H
|
||||
|
||||
|
||||
@@ -649,13 +649,7 @@ inline void matmultdiag(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif // CMAT_H
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
// CMAT_H
|
||||
|
||||
@@ -189,9 +189,7 @@ ostream& operator<<(ostream &s, const Fortran_Sparse_Col_Matrix<T> &A)
|
||||
}
|
||||
|
||||
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
/* FCSCMAT_H */
|
||||
#endif /* FCSCMAT_H */
|
||||
|
||||
|
||||
@@ -605,5 +605,6 @@ inline Fortran_Matrix<T> operator*(const Fortran_Matrix<T> &A, const T &x)
|
||||
}
|
||||
|
||||
} // namespace TNT
|
||||
#endif
|
||||
// FMAT_H
|
||||
|
||||
#endif // FMAT_H
|
||||
|
||||
|
||||
@@ -89,11 +89,9 @@ typedef char *fch_; // (in/out) single character
|
||||
typedef char *cfch_; // (in) single character
|
||||
|
||||
|
||||
|
||||
#ifndef TNT_SUBSCRIPT_TYPE
|
||||
#define TNT_SUBSCRIPT_TYPE TNT::Fortran_integer
|
||||
#endif
|
||||
|
||||
#endif // FORTRAN_H
|
||||
|
||||
#endif
|
||||
// FORTRAN_H
|
||||
|
||||
@@ -196,5 +196,5 @@ istream& operator>>(istream &s, Fortran_Sparse_Vector<T> &A)
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
// FSPVEC_H
|
||||
#endif // FSPVEC_H
|
||||
|
||||
|
||||
@@ -213,13 +213,5 @@ int eigenvalue_solve(const Fortran_Matrix<double> &A,
|
||||
return (info==0 ? 0: 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
// LAPACK_H
|
||||
|
||||
|
||||
|
||||
#endif // LAPACK_H
|
||||
|
||||
|
||||
@@ -232,5 +232,5 @@ int LU_solve(const MaTRiX &A, const VecToRSubscripts &indx, VecToR &b)
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
// LU_H
|
||||
#endif // LU_H
|
||||
|
||||
|
||||
@@ -257,5 +257,5 @@ int QR_solve(const MaTRiX &A, const Vector &c, /*const*/ Vector &d,
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
// QR_H
|
||||
#endif // QR_H
|
||||
|
||||
|
||||
@@ -399,5 +399,5 @@ std::ostream& operator<<(std::ostream &s, const_Region1D<Array1D> &A)
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
// const_Region1D_H
|
||||
#endif // const_Region1D_H
|
||||
|
||||
|
||||
@@ -495,5 +495,5 @@ std::ostream& operator<<(std::ostream &s, const Region2D<Array2D> &A)
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
// REGION2D_H
|
||||
#endif // REGION2D_H
|
||||
|
||||
|
||||
@@ -110,6 +110,4 @@ class stopwatch {
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -88,3 +88,4 @@ namespace TNT
|
||||
#define TNT_BASE_OFFSET (1)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -467,5 +467,6 @@ void SVD_a( MaTRiX &a, VecToR &w, MaTRiX &v) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -117,11 +117,5 @@
|
||||
|
||||
#include "tntmath.h"
|
||||
|
||||
#endif // TNT_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
// TNT_H
|
||||
|
||||
@@ -171,7 +171,5 @@ inline double pythag(double a, double b)
|
||||
|
||||
} /* namespace TNT */
|
||||
|
||||
|
||||
#endif
|
||||
/* TNTMATH_H */
|
||||
#endif /* TNTMATH_H */
|
||||
|
||||
|
||||
@@ -53,8 +53,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
// The requirements for a bare-bones vector class:
|
||||
//
|
||||
//
|
||||
@@ -100,3 +98,4 @@
|
||||
// o) support () indexing
|
||||
// o) I/O
|
||||
//
|
||||
|
||||
|
||||
@@ -188,5 +188,5 @@ std::ostream& operator<<(std::ostream &s, const Transpose_View<Matrix> &A)
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
// TRANSV_H
|
||||
#endif // TRANSV_H
|
||||
|
||||
|
||||
@@ -661,10 +661,5 @@ std::ostream& operator<<(std::ostream &s,
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
//TRIANG_H
|
||||
#endif //TRIANG_H
|
||||
|
||||
|
||||
@@ -212,5 +212,5 @@ VecToR linear_solve(/*const*/ UnitUpperTriangularView<MaTriX> &A,
|
||||
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
// TRISLV_H
|
||||
#endif // TRISLV_H
|
||||
|
||||
|
||||
@@ -525,11 +525,7 @@ void vectorscale(
|
||||
A[i] *= B;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} /* namespace TNT */
|
||||
|
||||
#endif
|
||||
// VEC_H
|
||||
#endif // VEC_H
|
||||
|
||||
|
||||
@@ -319,3 +319,4 @@ std::istream& operator>>(std::istream &s, Vector_Adaptor<BBVec> &A)
|
||||
} // namespace TNT
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -50,3 +50,4 @@
|
||||
#define TNT_VERSION_STRING "0.9.4"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -96,5 +96,5 @@ private :
|
||||
static MEM_SmartPtr<GlutDrawManager> m_s_instance;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@@ -102,5 +102,5 @@ private :
|
||||
static MEM_SmartPtr<GlutKeyboardManager> m_s_instance;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@@ -112,5 +112,5 @@ private :
|
||||
static MEM_SmartPtr<GlutMouseManager> m_s_instance;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@@ -382,6 +382,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
@@ -80,5 +80,6 @@ private :
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -207,5 +207,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
1
intern/img/extern/IMG_Pixmap.h
vendored
1
intern/img/extern/IMG_Pixmap.h
vendored
@@ -197,3 +197,4 @@ inline void IMG_Pixmap::getPixelAddress(float u, float v, GEN_TInt32& x, GEN_TIn
|
||||
}
|
||||
|
||||
#endif /* _H_IMG_Pixmap */
|
||||
|
||||
|
||||
1
intern/img/extern/IMG_PixmapRGBA32.h
vendored
1
intern/img/extern/IMG_PixmapRGBA32.h
vendored
@@ -215,3 +215,4 @@ inline void IMG_PixmapRGBA32::getColor(TPixelRGBA32 p, IMG_ColorRGBA& c) const
|
||||
}
|
||||
|
||||
#endif /* _H_IMG_PixmapRGBA32 */
|
||||
|
||||
|
||||
@@ -140,5 +140,5 @@ inline void IMG_ColorRGBA::blendColor(const IMG_ColorRGBA& c)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
#endif /* _H_IMG_Color */
|
||||
|
||||
|
||||
@@ -115,3 +115,4 @@ public:
|
||||
};
|
||||
|
||||
#endif /* _H_IMG_MemPtr */
|
||||
|
||||
|
||||
@@ -87,3 +87,4 @@ char *CryptDatablock(byte *CryptKey, int keylen, char *KeyDataString);
|
||||
char *RSACryptKey(RSA *rsa, byte *CryptKey, int KeyLen);
|
||||
void add_to_datablock(char **DataString, char *HexString, char *TypeString);
|
||||
void LoadRSAprivKey(RSA *Priv);
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ unsigned long genrand(void);
|
||||
|
||||
/* internal: */
|
||||
void lsgenrand(unsigned long *seed_array);
|
||||
|
||||
|
||||
@@ -150,4 +150,5 @@ static unsigned char g_keycode[] = {
|
||||
0x73,0x16,0x00,0x00,0x00,0x0f,0x04,0x0c,0x03,0x0c,
|
||||
0x08,0x0c,0x0b,0x0f,0x01,0x03,0x04,0x0f,0x01,0x0f,
|
||||
0x01,0x0d,0x01,0x12,0x00,0x09,0x01
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -56,4 +56,3 @@ private :
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -292,3 +292,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -116,5 +116,5 @@ inline int MEM_RefCounted::decRef()
|
||||
return m_refCount;
|
||||
}
|
||||
|
||||
#endif // _H_MEM_REF_COUNTED
|
||||
|
||||
#endif // _H_MEM_REF_COUNTED
|
||||
@@ -87,4 +87,5 @@ extern int MEM_RefCountedDecRef(MEM_TRefCountedObjectPtr shared);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _H_MEM_REF_COUNTED_C_API
|
||||
#endif // _H_MEM_REF_COUNTED_C_API
|
||||
|
||||
|
||||
@@ -238,3 +238,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -116,5 +116,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -148,5 +148,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -145,3 +145,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //MT_CmMatrix4x4
|
||||
|
||||
|
||||
@@ -212,3 +212,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix3x3& m) {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -248,3 +248,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix4x4& m) {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -67,3 +67,4 @@ inline void MT_set_max(T& a, const T& b) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -40,3 +40,4 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -133,7 +133,5 @@ public :
|
||||
#include "MT_Plane3.inl"
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -79,3 +79,4 @@ MT_Point2 MT_lerp(const MT_Point2& p1, const MT_Point2& p2, MT_Scalar t);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -79,3 +79,4 @@ MT_Point3 MT_lerp(const MT_Point3& p1, const MT_Point3& p2, MT_Scalar t);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -108,5 +108,3 @@ MT_Quaternion operator*(const MT_Vector3& w, const MT_Quaternion& q);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -83,6 +83,5 @@ inline MT_Scalar MT_random() {
|
||||
return MT_Scalar(MT_rand()) / MT_Scalar(MT_RAND_MAX);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ inline MT_OStream& GEN_endl(MT_OStream& os) { return std::endl(os); }
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -166,7 +166,3 @@ inline MT_Transform operator*(const MT_Transform& t1, const MT_Transform& t2) {
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -107,3 +107,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple2& t) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -112,3 +112,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple3& t) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -122,3 +122,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple4& t) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -110,3 +110,4 @@ MT_Scalar MT_triple(const MT_Vector2& v1, const MT_Vector2& v2,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -116,3 +116,4 @@ MT_Scalar MT_triple(const MT_Vector3& v1, const MT_Vector3& v2,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -47,5 +47,3 @@
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -157,10 +157,3 @@ inline NM_Scalar<T> pow(const NM_Scalar<T>& x, const NM_Scalar<T>& y) {
|
||||
fabs(y.getValue()) * x.getError() + 1.0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -200,3 +200,4 @@ inline STR_String operator+(const char *lhs, rcSTR_String rhs) { return STR_
|
||||
|
||||
|
||||
#endif //_STR_String_H_
|
||||
|
||||
|
||||
@@ -306,3 +306,4 @@ AviError AVI_print_error (AviError error);
|
||||
void AVI_set_debug (int mode);
|
||||
|
||||
#endif /* __AVI_H__ */
|
||||
|
||||
|
||||
@@ -51,3 +51,4 @@ int avi_get_format_fcc(AviFormat format);
|
||||
int avi_get_format_compression(AviFormat format);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -31,3 +31,4 @@
|
||||
*/
|
||||
void *avi_converter_from_avi_rgb (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
void *avi_converter_to_avi_rgb (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
|
||||
|
||||
@@ -52,3 +52,4 @@
|
||||
void awrite (AviMovie *movie, void *datain, int block, int size, FILE *fp, int type);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -31,3 +31,4 @@
|
||||
*/
|
||||
void *avi_converter_from_mjpeg (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
void *avi_converter_to_mjpeg (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
|
||||
|
||||
@@ -31,3 +31,4 @@
|
||||
*/
|
||||
void *avi_converter_from_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
void *avi_converter_to_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
|
||||
|
||||
@@ -233,6 +233,6 @@ enum {
|
||||
PCHAN_DONE = 0x00000400
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -50,3 +50,4 @@ void free_duplilist(void);
|
||||
void make_duplilist(struct Scene *sce, struct Object *ob);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -118,4 +118,6 @@ void GB_validate_defgroups (struct Mesh *mesh, struct ListBase *defbase);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ void pushpop_test(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ void matrixGlyph(struct ImBuf * ibuf, unsigned short unicode,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -59,3 +59,4 @@ typedef struct bmFont {
|
||||
} bmFont;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -137,7 +137,5 @@ typedef struct {
|
||||
short mode, tile;
|
||||
} FaceData;
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -116,7 +116,5 @@ NewBooleanMeshTest(
|
||||
int op_type
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ void free_constraint_channels (ListBase *chanbase);
|
||||
#define TARGET_CV 5 // string is "CV:#"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -84,3 +84,4 @@ void swapdata(void *adr1, void *adr2, int len);
|
||||
void switchdirectionNurb( struct Nurb *nu);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -115,3 +115,4 @@ void reshadeall_displist(void);
|
||||
void test_all_displists(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -63,3 +63,4 @@ void calc_wave_deform(struct WaveEff *wav, float ctime, float *co);
|
||||
void object_wave(struct Object *ob);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -44,3 +44,4 @@
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -52,3 +52,4 @@ void write_vrml(char *str);
|
||||
void write_videoscape(char *str);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -48,3 +48,4 @@ struct chartrans *text_to_curve(struct Object *ob, int mode);
|
||||
void font_duplilist(struct Object *par);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -222,3 +222,4 @@ extern Global G;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ void set_group_key_name(struct Group *group, char *name);
|
||||
void set_group_key_frame(struct Group *group, float frame);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ void init_skel_deform(struct Object *par, struct Object *ob);
|
||||
void calc_skel_deform(struct Ika *ika, float *co);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -65,3 +65,4 @@ void makemipmap(struct Image *ima);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -97,5 +97,5 @@ float IPO_GetFloatValue(struct Ipo *ipo,
|
||||
short c,
|
||||
float ctime);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -67,3 +67,4 @@ void do_ob_key(struct Object *ob);
|
||||
void do_spec_key(struct Key *key);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ void outside_lattice(struct Lattice *lt);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -67,3 +67,4 @@ void IDnames_to_pupstring(char **str, char *title, char *extraops, struct ListBa
|
||||
void IPOnames_to_pupstring(char **str, char *title, char *extraops, struct ListBase *lb, struct ID* link, short *nr, int blocktype);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -78,3 +78,4 @@ typedef struct Main {
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ void delete_material_index(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ int nextcwedge (int edge, int face);
|
||||
void BKE_freecubetable(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -114,3 +114,4 @@ int update_realtime_texture(struct TFace *tface, double time);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -43,4 +43,3 @@ void copy_actionstrip (struct bActionStrip **dst, struct bActionStrip **src);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -97,3 +97,4 @@ void solve_constraints (struct Object *ob, short obtype, void *obdata, float cti
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -51,3 +51,4 @@ typedef struct RE_Osa
|
||||
memory was allocated in that module. (nzc)*/
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -59,3 +59,4 @@ int unpackImage(struct Image * ima, int how);
|
||||
void unpackAll(int how);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -68,3 +68,4 @@ typedef struct _PluginInfo {
|
||||
} PluginInfo;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -52,3 +52,4 @@ void set_property_valstr(struct bProperty *prop, char *str);
|
||||
void cp_property(struct bProperty *prop1, struct bProperty *prop2);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -72,3 +72,4 @@ void set_sca_new_poins(void);
|
||||
void sca_remove_ob_poin(struct Object *obt, struct Object *ob);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -54,3 +54,4 @@ void scene_deselect_all(struct Scene *sce);
|
||||
void scene_select_base(struct Scene *sce, struct Base *selbase);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ void free_screen(struct bScreen *sc);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -49,3 +49,4 @@ void sound_free_sample(struct bSample* sample);
|
||||
void sound_free_sound(struct bSound* sound);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ void subsurf_make_editmesh(struct Object *ob);
|
||||
struct DispList* subsurf_mesh_to_displist(struct Mesh *me, struct DispList *dl, short subdiv);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -126,3 +126,4 @@ int txt_add_char (struct Text *text, char add);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -82,4 +82,6 @@ void do_lamp_tex(struct LampRen *la, float *lavec);
|
||||
void externtex(struct MTex *mtex, float *vec);
|
||||
void externtexcol(struct MTex *mtex, float *orco, char *col);
|
||||
void render_realtime_texture(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -296,5 +296,5 @@
|
||||
/* useless game shit */
|
||||
#define MA_FH_NOR 2
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ void make_local_world(struct World *wrld);
|
||||
void init_render_world(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -756,3 +756,4 @@ MinMaxRGB(
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -323,3 +323,4 @@ void BLI_setScanFillColourRef(char* c);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -87,3 +87,4 @@ char* BLI_dynstr_get_cstring (DynStr *ds);
|
||||
void BLI_dynstr_free (DynStr *ds);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -71,3 +71,4 @@ typedef struct EditVlak
|
||||
} EditVlak;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ unsigned int BLI_ghashutil_strhash (void *key);
|
||||
int BLI_ghashutil_strcmp (void *a, void *b);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -93,3 +93,4 @@ void BLI_qsueue_pushback (GSQueue *gq, void *item);
|
||||
void BLI_gsqueue_free (GSQueue *gq);
|
||||
|
||||
#endif /* BLI_GSQUEUE_H */
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ void BLI_linklist_free (struct LinkNode *list, LinkNodeFreeFP freefunc);
|
||||
void BLI_linklist_apply (struct LinkNode *list, LinkNodeApplyFP applyfunc);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ void BLI_memarena_free (struct MemArena *ma);
|
||||
void* BLI_memarena_alloc (struct MemArena *ma, int size);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ void BLI_storerand (unsigned int loc_r[2]);
|
||||
void BLI_restorerand (unsigned int loc[2]);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -77,3 +77,4 @@ struct dirlink
|
||||
};
|
||||
|
||||
#endif /* BLI_STORAGE_TYPES_H */
|
||||
|
||||
|
||||
@@ -64,3 +64,4 @@ BLI_vfontdata_from_psfont(
|
||||
struct PackedFile *pf);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -94,3 +94,4 @@ struct dirent *readdir(DIR *dp);
|
||||
int closedir (DIR *dp);
|
||||
|
||||
#endif /* __WINSTUFF_H__ */
|
||||
|
||||
|
||||
@@ -162,3 +162,4 @@ void MTC_Mat3One(float m[][3]);
|
||||
#endif
|
||||
|
||||
#endif /* MATRIXOPS_H */
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ float MTC_normalise3DF(float n[3]);
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
#endif /* VECTOROPS_H */
|
||||
|
||||
|
||||
@@ -52,3 +52,4 @@ PIL_dynlib_close(
|
||||
PILdynlib* lib);
|
||||
|
||||
#endif /* __PIL_DYNLIB_H__ */
|
||||
|
||||
|
||||
@@ -59,3 +59,4 @@ void PIL_sleep_ms (int ms);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ void callLocalErrorCallBack(char* msg);
|
||||
int callLocalInterruptCallBack(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -47,3 +47,4 @@ void BLI_setCmdCallBack(int (*f)(char*));
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -39,3 +39,4 @@
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ void BLI_builddir(char *dirname, char *relname);
|
||||
int BLI_compare(struct direntry *entry1, struct direntry *entry2);
|
||||
|
||||
#endif /* BLI_STORAGE_H */
|
||||
|
||||
|
||||
@@ -45,3 +45,4 @@ struct ListBase;
|
||||
/* void addlisttolist(struct ListBase *list1, struct ListBase *list2); */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -37,3 +37,4 @@
|
||||
int BLO_findstruct_offset(char *structname, char *member);// used by py_main.c
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -239,3 +239,4 @@ blo_readstreamfile_end(
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ struct PackedFile;
|
||||
//void sound_read_wav_data(bSound * sound, PackedFile * pf);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ int BLO_write_file(char *dir, int write_flags, char **error_r);
|
||||
void BLO_write_runtime(char *file, char *exename);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -44,5 +44,5 @@ void *dna_reconstruct(struct SDNA *newsdna, struct SDNA *oldsdna, char *compflag
|
||||
struct SDNA *dna_sdna_from_data(void *data, int datalen, int do_endian_swap);
|
||||
void dna_freestructDNA(struct SDNA *sdna);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -128,3 +128,4 @@ blo_prevbhead(
|
||||
BHead *thisblock);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -69,3 +69,4 @@
|
||||
* The plugins wraps functions from IMB and BLI. In addition, they
|
||||
* define some useful variables.
|
||||
* */
|
||||
|
||||
|
||||
@@ -183,3 +183,4 @@ extern void rectop(struct ImBuf *dbuf,
|
||||
int value);
|
||||
|
||||
#endif /* IFF_H */
|
||||
|
||||
|
||||
@@ -91,3 +91,4 @@ extern float turbulence(float noisesize, float x, float y, float z, int depth);
|
||||
extern float turbulence1(float noisesize, float x, float y, float z, int depth);
|
||||
|
||||
#endif /* PLUGIN_H */
|
||||
|
||||
|
||||
@@ -92,3 +92,4 @@ extern void *callocN(int len, char *str);
|
||||
extern short freeN(void *vmemh);
|
||||
|
||||
#endif /* UTIL_H */
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ int BPY_call_importloader(char *name);
|
||||
int BPY_spacetext_is_pywin(struct SpaceText *st);
|
||||
void BPY_spacetext_do_pywin_draw(struct SpaceText *st);
|
||||
void BPY_spacetext_do_pywin_event(struct SpaceText *st, unsigned short event, short val);
|
||||
|
||||
|
||||
@@ -33,3 +33,4 @@
|
||||
|
||||
#include "opy_datablock.h"
|
||||
#include "b_interface.h"
|
||||
|
||||
|
||||
@@ -60,3 +60,4 @@
|
||||
#define GETLISTFUNC(x) _GETLIST(x)
|
||||
// Prototype for the above function
|
||||
#define GETLISTPROTO(x) PyObject *_GETLIST(x)(PyObject *, PyObject *)
|
||||
|
||||
|
||||
@@ -266,3 +266,4 @@ static PyObject *type##_clrIpo(PyObject *self, PyObject *args) \
|
||||
#define PYBLOCK_AS_LAMP(x) PYBLOCK_AS(Lamp, x)
|
||||
#define PYBLOCK_AS_IPO(x) PYBLOCK_AS(Ipo, x)
|
||||
#define PYBLOCK_AS_DATA(x) PYBLOCK_AS(void, x)
|
||||
|
||||
|
||||
@@ -84,3 +84,4 @@ void syspath_append(PyObject *dir);
|
||||
void init_syspath(void);
|
||||
void set_scriptlinks(ID *id, short event);
|
||||
void release_scriptlinks(ID *id);
|
||||
|
||||
|
||||
@@ -43,5 +43,3 @@ void init_py_matrix(void);
|
||||
void init_Datablockmodules(PyObject *dict);
|
||||
void initGUI(void);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -35,3 +35,4 @@ extern PyObject *BPY_err_ret_ob (PyObject *type, char *err);
|
||||
extern int py_err_ret_int (PyObject *type, char *err);
|
||||
extern int BPY_check_sequence_consistency (PyObject *seq, PyTypeObject *against);
|
||||
extern int BPY_parsefloatvector(PyObject *vec, float *ptr, int n);
|
||||
|
||||
|
||||
@@ -37,3 +37,4 @@ extern PyTypeObject Vector_Type, Matrix_Type;
|
||||
|
||||
extern PyTypeObject DataBlock_Type;
|
||||
extern struct PyMethodDef Null_methods[];
|
||||
|
||||
|
||||
@@ -85,3 +85,4 @@ MODNAME(BLENDERMODULE) -> "_Blender"
|
||||
#ifdef EXPERIMENTAL
|
||||
#undef USE_NMESH
|
||||
#endif
|
||||
|
||||
|
||||
@@ -33,3 +33,4 @@
|
||||
PyObject *importText (char *name);
|
||||
PyObject *blender_import (PyObject *self, PyObject *args);
|
||||
void init_ourImport (void);
|
||||
|
||||
|
||||
@@ -180,5 +180,3 @@ void mesh_update(Mesh *me);
|
||||
/* blender's program name */
|
||||
extern char bprogname[]; /* init in creator.c */
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -191,3 +191,4 @@ struct Material;
|
||||
struct
|
||||
Material **newMaterialList_fromPyList(PyObject *list);
|
||||
PyObject *PyList_fromMaterialList(struct Material **matlist, int len);
|
||||
|
||||
|
||||
@@ -91,3 +91,4 @@ PyObject *newNMesh(Mesh *oldmesh);
|
||||
Mesh *Mesh_fromNMesh(NMesh *nmesh);
|
||||
PyObject *NMesh_assignMaterials_toObject(NMesh *nmesh, Object *ob);
|
||||
Material **nmesh_updateMaterials(NMesh *nmesh);
|
||||
|
||||
|
||||
@@ -60,4 +60,3 @@ PyObject *newMatrixObject(Matrix4Ptr mat);
|
||||
void init_py_matrix(void);
|
||||
void init_py_vector(void);
|
||||
|
||||
|
||||
|
||||
@@ -76,3 +76,4 @@ BLO_decrypt_end(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_DECRYPT_H */
|
||||
|
||||
|
||||
@@ -63,3 +63,4 @@ struct BLO_en_de_cryptHeaderStruct {
|
||||
#endif
|
||||
|
||||
#endif /* BLO_EN_DE_CRYPT_H */
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ BLO_deflate(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_DEFLATE_H */
|
||||
|
||||
|
||||
@@ -48,3 +48,4 @@ BLO_encrypt(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_ENCRYPT_H */
|
||||
|
||||
|
||||
@@ -477,3 +477,4 @@ void IMB_freezbufImBuf(struct ImBuf * ibuf);
|
||||
void IMB_rectfill(unsigned int *drect, unsigned int *srect, int x, int value);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -49,3 +49,4 @@ void imb_freeplanesImBuf(struct ImBuf *ibuf);
|
||||
short imb_addcmapImBuf(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ short imb_encodebodyh(struct ImBuf *ibuf, int file);
|
||||
short imb_encodebodyv(struct ImBuf *ibuf, int file);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ void imb_longtobp(struct ImBuf *ibuf);
|
||||
unsigned int **imb_copyplanelist(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ int imb_is_a_bmp(void *buf);
|
||||
struct ImBuf *imb_bmp_decode(unsigned char *mem, int size, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ void imb_losecmapbits(struct ImBuf *ibuf, unsigned int *coltab);
|
||||
short *imb_coldeltatab(unsigned char *coltab, short mincol, short maxcol, short cbits);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -40,3 +40,4 @@ struct ImBuf;
|
||||
void imb_checkncols(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -40,3 +40,4 @@ struct ImBuf;
|
||||
void imb_filterx(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -40,3 +40,4 @@ struct ImBuf;
|
||||
short imb_converttoham(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ short imb_enc_anim(struct ImBuf *ibuf, int file);
|
||||
void imb_convhamx(struct ImBuf *ibuf, unsigned char coltab[][4], short *deltab);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ unsigned short imb_start_iff(struct ImBuf *ibuf, int file);
|
||||
unsigned short imb_update_iff(int file, int code);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ struct ImBuf *imb_loadiris(unsigned char *mem, int flags);
|
||||
short imb_saveiris(struct ImBuf * ibuf, int file, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ struct ImBuf * imb_ibJpegImageFromFilename (char * filename, int flags);
|
||||
struct ImBuf * imb_ibJpegImageFromMemory (unsigned char * buffer, int size, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ int imb_is_a_png(void *buf);
|
||||
struct ImBuf *imb_png_decode(unsigned char *mem, int size, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ struct ImBuf *imb_loadtarga(unsigned char *mem, int flags);
|
||||
short imb_savetarga(struct ImBuf * ibuf, int file, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -188,3 +188,4 @@ struct BitMapHeader
|
||||
};
|
||||
|
||||
#endif /* IMBUF_H */
|
||||
|
||||
|
||||
@@ -84,3 +84,4 @@ float rgbdyuv[4][4]={
|
||||
-0.291, 0.504, -0.368, 0.0,
|
||||
-0.148, 0.257, 0.439, 0.0,
|
||||
128.0, 16.0, 128.0, 1.0};
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ extern void IMG_CanvasDrawLineUV(IMG_CanvasPtr canvas, IMG_BrushPtr brush, fl
|
||||
#endif
|
||||
|
||||
#endif // _H_IMG_API
|
||||
|
||||
|
||||
@@ -132,3 +132,4 @@ inline void IMG_BrushRGBA32::getColor(IMG_ColorRGB& c) const
|
||||
|
||||
|
||||
#endif // _H_IMG_BrushRGBA32
|
||||
|
||||
|
||||
@@ -93,3 +93,4 @@ public:
|
||||
|
||||
|
||||
#endif // _H_IMG_CanvasRGBA32
|
||||
|
||||
|
||||
@@ -147,3 +147,4 @@ inline void IMG_ColorRGBA::blendColor(const IMG_ColorRGBA& c)
|
||||
|
||||
|
||||
#endif // _H_IMG_Color
|
||||
|
||||
|
||||
@@ -138,5 +138,5 @@ inline void IMG_Line::getPoint(float t, TInt32& x, TInt32& y) const
|
||||
y = (TInt32) (((float)m_ys) + (t * (m_ye - m_ys)));
|
||||
}
|
||||
|
||||
|
||||
#endif // _H_IMG_Line
|
||||
|
||||
|
||||
@@ -112,3 +112,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // _H_IMG_MemPtr
|
||||
|
||||
|
||||
@@ -184,3 +184,4 @@ inline void IMG_Pixmap::getPixelAddress(float u, float v, TUns32& x, TUns32& y)
|
||||
}
|
||||
|
||||
#endif // _H_IMG_Pixmap
|
||||
|
||||
|
||||
@@ -259,3 +259,4 @@ inline void IMG_PixmapRGBA32::getColor(TPixelRGBA32 p, IMG_ColorRGBA& c) const
|
||||
}
|
||||
|
||||
#endif // _H_IMG_PixmapRGBA32
|
||||
|
||||
|
||||
@@ -198,3 +198,4 @@ inline bool IMG_Rect::isInside(TInt32 x, TInt32 y) const
|
||||
}
|
||||
|
||||
#endif // _H_IMG_Rect
|
||||
|
||||
|
||||
@@ -46,3 +46,4 @@ typedef enum {
|
||||
} TVisibility;
|
||||
|
||||
#endif // _H_IMG_Types
|
||||
|
||||
|
||||
@@ -46,3 +46,4 @@ void draw_action_channel(struct gla2DDrawInfo *di, struct bAction *act, int flag
|
||||
void draw_object_channel(struct gla2DDrawInfo *di, struct Object *ob, int flags, float ypos);
|
||||
|
||||
#endif /* BDR_DRAWACTION_H */
|
||||
|
||||
|
||||
@@ -79,3 +79,4 @@ void draw_tface_mesh(struct Object *ob, struct Mesh *me, int dt);
|
||||
void init_realtime_GL(void);
|
||||
|
||||
#endif /* BDR_DRAWMESH_H */
|
||||
|
||||
|
||||
@@ -65,3 +65,4 @@ void draw_object_ext(struct Base *base);
|
||||
#endif
|
||||
|
||||
#endif /* BDR_DRAWOBJECT_H */
|
||||
|
||||
|
||||
@@ -91,3 +91,4 @@ void clever_numbuts_curve(void);
|
||||
int bezt_compare (const void *e1, const void *e2);
|
||||
|
||||
#endif /* BDR_EDITCURVE_H */
|
||||
|
||||
|
||||
@@ -54,3 +54,4 @@ void set_faceselect(void);
|
||||
void face_draw(void);
|
||||
|
||||
#endif /* BDR_EDITFACE_H */
|
||||
|
||||
|
||||
@@ -47,3 +47,4 @@ void adduplicate_mball(void);
|
||||
void delete_mball(void);
|
||||
|
||||
#endif /* BDR_EDITMBALL_H */
|
||||
|
||||
|
||||
@@ -114,6 +114,5 @@ void texspace_edit(void);
|
||||
void first_base(void);
|
||||
void make_displists_by_obdata(void *obdata);
|
||||
|
||||
|
||||
#endif /* BDR_EDITOBJECT_H */
|
||||
|
||||
|
||||
@@ -90,3 +90,4 @@ void addisfaces(struct EditVlak *evl);
|
||||
void intersect_mesh(void);
|
||||
|
||||
#endif /* BDR_ISECT_H */
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ void wpaint_undo (void);
|
||||
void copy_wpaint_undo (struct MDeformVert *dverts, int dcount);
|
||||
|
||||
#endif /* BDR_VPAINT_H */
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ extern void do_blenderbuttons(unsigned short event);
|
||||
extern void redraw_test_buttons(struct Base *new);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -47,3 +47,4 @@ void uvco_to_areaco_noclip(float *vec, short *mval);
|
||||
void what_image(struct SpaceImage *sima);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ void mysbox(float x1, float y1, float x2, float y2);
|
||||
void boundbox_oops(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -31,3 +31,4 @@
|
||||
*/
|
||||
struct Scene;
|
||||
void set_scene(struct Scene *sce);
|
||||
|
||||
|
||||
@@ -39,3 +39,4 @@ void drawseq(struct Sequence *seq);
|
||||
void set_special_seq_update(int val);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -49,3 +49,4 @@ void free_txt_data(void);
|
||||
void pop_space_text(struct SpaceText *st);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -46,3 +46,4 @@ void add_primitiveFont(int);
|
||||
void to_upper(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@ void rem_selected_from_group(void);
|
||||
void group_menu(void);
|
||||
void prev_group_key(struct Group *group);
|
||||
void next_group_key(struct Group *group);
|
||||
|
||||
|
||||
@@ -35,3 +35,4 @@ void draw_ika_nrs(struct Object *ob, int type);
|
||||
int extrude_ika(struct Object *ob, int add);
|
||||
void delete_skeleton(void);
|
||||
void make_skeleton(void);
|
||||
|
||||
|
||||
@@ -60,3 +60,4 @@ void delete_key(void);
|
||||
void move_keys(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ void deselectall_Latt(void);
|
||||
void mouse_lattice(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -116,3 +116,4 @@ void vertices_to_sphere(void);
|
||||
void fill_mesh(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@
|
||||
void clever_numbuts_nla(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ void swap_select_all_oops(void);
|
||||
void transform_oops(int mode);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ void do_gamebuts(unsigned short event);
|
||||
void gamebuts(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ void transform_seq(int mode);
|
||||
void un_meta(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@ void mouse_select_sima(void);
|
||||
void select_swap_tface_uv(void);
|
||||
void tface_do_clip(void);
|
||||
void transform_tface_uv(int mode);
|
||||
|
||||
|
||||
@@ -50,3 +50,4 @@ void set_active_object(struct Object *ob);
|
||||
void set_render_border(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -70,3 +70,4 @@ void fsmenu_remove_entry (int index);
|
||||
void fsmenu_free (void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -59,3 +59,4 @@
|
||||
#define lrectwrite(a, b, c, d, rect) {glRasterPos2i(a, b);glDrawPixels((c)-(a)+1, (d)-(b)+1, GL_RGBA, GL_UNSIGNED_BYTE, rect);}
|
||||
|
||||
#endif /* #ifdef BIF_GL_H */
|
||||
|
||||
|
||||
@@ -187,3 +187,4 @@ void gla2DDrawTranslatePtv (gla2DDrawInfo *di, float world[2], int screen_r[2]
|
||||
void glaEnd2DDraw (gla2DDrawInfo *di);
|
||||
|
||||
#endif /* BIF_GLUTIL_H */
|
||||
|
||||
|
||||
@@ -54,3 +54,4 @@ void set_cursor(int curs);
|
||||
int get_cursor(void);
|
||||
|
||||
#endif /* BIF_GRAPHICS_H */
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ void check_imasel_copy(struct SpaceImaSel *simasel);
|
||||
void free_imasel(struct SpaceImaSel *simasel);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -126,3 +126,4 @@ short pupmenu(char *instr);
|
||||
short pupmenu_col(char *instr, int maxrow);
|
||||
|
||||
#endif /* BIF_INTERFACE_H */
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@
|
||||
char *key_event_to_string(unsigned short event);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -44,3 +44,4 @@ void mainqenter_ext (unsigned short event, short val, char ascii);
|
||||
void mainqpushback (unsigned short event, short val, char ascii);
|
||||
|
||||
#endif /* BIF_MAINQUEUE_H */
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ void test_oopslink(struct OopsLink *ol);
|
||||
void test_oopslinko(struct OopsLink *ol);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -35,4 +35,3 @@ void BIF_preview_changed (struct SpaceButs *area);
|
||||
void BIF_previewrender (struct SpaceButs *area);
|
||||
void BIF_previewdraw (struct SpaceButs *area);
|
||||
|
||||
|
||||
|
||||
@@ -47,3 +47,4 @@ void BIF_renderwin_set_custom_cursor(unsigned char mask[16][2], unsigned char bi
|
||||
|
||||
void BIF_swap_render_rects(void);
|
||||
void BIF_toggle_render_display(void);
|
||||
|
||||
|
||||
@@ -319,3 +319,4 @@ void BIF_draw_icon_blended (BIFIconID icon, BIFColorID color, BIFColorShade shad
|
||||
void BIF_set_color (BIFColorID color, BIFColorShade shade);
|
||||
|
||||
#endif /* BIF_ICONS_H */
|
||||
|
||||
|
||||
@@ -48,4 +48,6 @@ int scrarea_get_win_height (struct ScrArea *sa);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -122,3 +122,4 @@ void screen_draw_info_text(struct bScreen *sc, char *text);
|
||||
#endif
|
||||
|
||||
#endif /* BIF_SCREEN_H */
|
||||
|
||||
|
||||
@@ -92,3 +92,4 @@ extern void mainwindow_make_active(void);
|
||||
extern void mainwindow_close(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ SpaceType *spaceseq_get_type (void);
|
||||
SpaceType *spacesound_get_type (void);
|
||||
SpaceType *spacetext_get_type (void);
|
||||
SpaceType *spaceview3d_get_type (void);
|
||||
|
||||
|
||||
@@ -39,3 +39,4 @@ typedef struct _TBcallback {
|
||||
|
||||
typedef TBcallback * (*Tbox_callbackfunc)(int l, int x);
|
||||
void tboxSetCallback(Tbox_callbackfunc f);
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ void persptoetsen(unsigned short event); /* dutch rules man */
|
||||
int untitled(char *name);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -46,3 +46,4 @@ void BIF_write_homefile (void);
|
||||
void BIF_write_autosave (void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -40,3 +40,4 @@ int BIF_write_ibuf(struct ImBuf *ibuf, char *name);
|
||||
void BIF_save_envmap(struct EnvMap *env, char *str);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ void append_movie(int fnum);
|
||||
void end_movie(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -44,3 +44,4 @@ void test_actionpoin_but(char *name, ID **idpp); /* __ NLA */
|
||||
void clever_numbuts_buts();
|
||||
|
||||
#endif /* BSE_BUTTONS_H */
|
||||
|
||||
|
||||
@@ -55,3 +55,4 @@ void drawimasel(void);
|
||||
/* void select_ima_files(SpaceImaSel *simasel); */
|
||||
|
||||
#endif /* BSE_DRAWIMASEL_H */
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ struct EditIpo *select_proj_ipo(struct rctf *rectf, int event);
|
||||
|
||||
|
||||
#endif /* BSE_DRAWIPO_H */
|
||||
|
||||
|
||||
@@ -47,3 +47,4 @@ void draw_oops(struct Oops *oops, struct uiBlock *block);
|
||||
void drawoopsspace(void);
|
||||
|
||||
#endif /* BSE_DRAWOOPS */
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ void inner_play_anim_loop(int init, int mode);
|
||||
int play_anim(int mode);
|
||||
|
||||
#endif /* BSE_DRAWVIEW_H */
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ void countall(void);
|
||||
void snapmenu(void);
|
||||
|
||||
#endif /* BSE_EDIT_H */
|
||||
|
||||
|
||||
@@ -54,3 +54,4 @@ void select_actionchannel_by_name (struct bAction *act, char *name, int select);
|
||||
struct bAction *bake_action_with_client (struct bAction *act, struct Object *arm, float tolerance);
|
||||
|
||||
#endif /* BSE_EDITACTION_H */
|
||||
|
||||
|
||||
@@ -48,3 +48,4 @@
|
||||
#define CHANNEL_FILTER_LA 0x00040000 /* Show lamp keys */
|
||||
|
||||
#endif /* BSE_EDITACTION_TYPES_H */
|
||||
|
||||
|
||||
@@ -140,3 +140,4 @@ void borderselect_ipo_key(struct Ipo *ipo, float xmin, float xmax, int val);
|
||||
void select_ipo_key(struct Ipo *ipo, float selx, int sel);
|
||||
|
||||
#endif /* BSE_EDITIPO_H */
|
||||
|
||||
|
||||
@@ -260,3 +260,4 @@ typedef struct EditIpo {
|
||||
*/
|
||||
|
||||
#endif /* BSE_EDITIPO_TYPES_H */
|
||||
|
||||
|
||||
@@ -40,3 +40,4 @@
|
||||
#define ACTIVE_ARMATURE(base) ((base)->object->type==OB_ARMATURE && (base)->object->action)
|
||||
|
||||
#endif /* BSE_EDITNLA_TYPES_H */
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ void winqreadfilespace(unsigned short event, short val, char ascii);
|
||||
void main_to_filelist(struct SpaceFile *sfile);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -82,3 +82,4 @@ void buttons_active_id(struct ID **id, struct ID **idfrom);
|
||||
void do_headerbuttons(short event);
|
||||
|
||||
#endif /* BSE_HEADERBUTTONS_H */
|
||||
|
||||
|
||||
@@ -111,3 +111,4 @@ void do_render_seq(void);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -86,3 +86,4 @@ typedef struct VPaint {
|
||||
} VPaint;
|
||||
|
||||
#endif /* BSE_TRANS_TYPES_H */
|
||||
|
||||
|
||||
@@ -67,5 +67,3 @@ struct Bone;
|
||||
/* interface crap */
|
||||
struct uiBut;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -68,3 +68,4 @@ short selectprojektie(unsigned int *buffer, short x1, short y1, short x2, short
|
||||
void view3d_align_axis_to_vector(struct View3D *v3d, int axisidx, float vec[3]);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@
|
||||
#define NAN_DECIMATION
|
||||
|
||||
#endif //LOD_DEPENDKLUDGE_H
|
||||
|
||||
|
||||
@@ -401,3 +401,4 @@
|
||||
#define GS(a) (*((short *)(a)))
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -54,3 +54,4 @@ extern int datatoc_cmovie_tga_size;
|
||||
extern char datatoc_cmovie_tga[];
|
||||
|
||||
#endif /* DATATOC_H */
|
||||
|
||||
|
||||
@@ -39,3 +39,4 @@
|
||||
void end_latt_deform(void);
|
||||
|
||||
#endif /* EDITLATTICE_EXT_H */
|
||||
|
||||
|
||||
@@ -128,3 +128,4 @@
|
||||
#define UI_BLOCK_ROWS 2
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -259,4 +259,6 @@ typedef struct EditIpo {
|
||||
#define CO_ORIENT_Z 8
|
||||
#define CO_ROLL 9
|
||||
*/
|
||||
|
||||
#endif /* IPO_H */
|
||||
|
||||
|
||||
@@ -65,4 +65,3 @@
|
||||
int make_beautiful_animation(void *vp);
|
||||
int calc_memleak (void* ptr);
|
||||
|
||||
|
||||
|
||||
@@ -92,3 +92,4 @@ extern Fptr g_ptrtab[];
|
||||
#define KEY_FUNC21 4
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -240,3 +240,4 @@
|
||||
#define REDRAWNLA 0x4035
|
||||
|
||||
#endif /* !__MYDEVICE_H__ */
|
||||
|
||||
|
||||
@@ -102,3 +102,4 @@ extern pschar charlist[NASCII];
|
||||
/* char *asciiname(void); */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -46,3 +46,4 @@ extern void build_particle_system(Object *ob);
|
||||
void set_buildvars(Object *ob, int *start, int *end);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@
|
||||
extern void playanim(int argc, char **argv);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ struct BLO_in_de_flateHeaderStruct {
|
||||
#endif
|
||||
|
||||
#endif /* BLO_IN_DE_FLATE_H */
|
||||
|
||||
|
||||
@@ -78,3 +78,4 @@ BLO_inflate_end(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_INFLATE_H */
|
||||
|
||||
|
||||
@@ -150,3 +150,4 @@ typedef struct Library {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -97,6 +97,5 @@ typedef struct SpaceAction {
|
||||
#define ACHAN_SELECTED 0x00000001
|
||||
#define ACHAN_HILIGHTED 0x00000002
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -403,3 +403,4 @@ typedef struct FreeCamera {
|
||||
#define ACT_VISIBILITY_INVISIBLE (1 << ACT_VISIBILITY_INVISIBLE_BIT)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -120,5 +120,5 @@ enum {
|
||||
BONE_ISMUSCLEBIT
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -75,3 +75,4 @@ typedef struct Camera {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -76,3 +76,4 @@ typedef struct bController {
|
||||
#define CONT_NEW 4
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -197,6 +197,5 @@ typedef struct IpoCurve {
|
||||
#define HD_VECT 2
|
||||
#define HD_ALIGN 3
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@
|
||||
**/
|
||||
|
||||
/* This file has intentionally no definitions or implementation. */
|
||||
|
||||
|
||||
@@ -125,3 +125,4 @@ typedef struct WaveEff {
|
||||
} WaveEff;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -45,3 +45,4 @@ typedef struct FileGlobal {
|
||||
} FileGlobal;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -95,6 +95,5 @@ typedef struct Group {
|
||||
|
||||
} Group;
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -87,5 +87,5 @@ typedef struct Ika {
|
||||
#define IK_GRABEFF 1
|
||||
#define IK_XYCONSTRAINT 2
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -84,3 +84,4 @@ typedef struct Image {
|
||||
#define IMA_COLCYCLE 4 /* Depreciated */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -298,5 +298,5 @@ typedef short IPO_Channel;
|
||||
#define IPO_EDIT 4
|
||||
#define IPO_LOCK 8
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -82,3 +82,4 @@ typedef struct Key {
|
||||
#define KEY_BSPLINE 2
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -94,3 +94,4 @@ typedef struct Lamp {
|
||||
#define MAXLAMP 256
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -63,3 +63,4 @@ typedef struct Lattice {
|
||||
#define LT_OUTSIDE 2
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ typedef struct ListBase
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -160,3 +160,4 @@ typedef struct Material {
|
||||
#define MA_DARK 1
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -227,3 +227,4 @@ typedef struct Mesh {
|
||||
#define ME_SPHERETEMP 4
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -94,7 +94,5 @@ typedef struct MetaBall {
|
||||
/* ml->flag */
|
||||
#define MB_NEGATIVE 2
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -67,5 +67,6 @@ typedef struct bActionStrip {
|
||||
#define ACTSTRIP_USESTRIDEBIT 1
|
||||
#define ACTSTRIP_BLENDTONEXTBIT 2
|
||||
#define ACTSTRIP_HOLDLASTFRAMEBIT 3
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -314,3 +314,4 @@ extern Object workob;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ typedef struct OopsLink {
|
||||
#define OOPS_REFER 4
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ enum PF_FileStatus
|
||||
};
|
||||
|
||||
#endif /* PACKEDFILE_TYPES_H */
|
||||
|
||||
|
||||
@@ -65,3 +65,4 @@ typedef struct bProperty {
|
||||
#define MAX_PROPSTRING 128
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -50,3 +50,4 @@ typedef struct Radio {
|
||||
} Radio;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -344,3 +344,4 @@ typedef struct Scene {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -150,3 +150,4 @@ enum {
|
||||
/* -- should rather handle this with the above enum... */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ typedef struct ScriptLink {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -80,3 +80,4 @@ typedef struct BHead8 {
|
||||
} BHead8;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -223,3 +223,4 @@ typedef struct bSensor {
|
||||
#define BL_SENS_MOUSE_MOUSEOVER 16
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -156,3 +156,4 @@ typedef struct Editing {
|
||||
#define SEQ_PLUGIN 24
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -188,3 +188,4 @@ enum SAMPLE_FLAGS_BITS {
|
||||
/* to DNA_sound_types.h*/
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -469,3 +469,4 @@ typedef struct SpaceImaSel {
|
||||
#define IMS_INFILESLI 4
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -76,5 +76,5 @@ typedef struct Text {
|
||||
#define TXT_READONLY 0x0100
|
||||
#define TXT_FOLLOW 0x0200 // always follow cursor (console)
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -274,3 +274,4 @@ typedef struct Tex {
|
||||
#define ENV_OSA 2
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -101,5 +101,5 @@ extern UserDef U; /* from usiblender.c !!!! */
|
||||
#define USERDEF_VRML_AUTOSCALE 2
|
||||
#define USERDEF_VRML_TWOSIDED 4
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -89,3 +89,4 @@ typedef struct rctf {
|
||||
} rctf;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ typedef struct VFont {
|
||||
#define FO_DUPLI 4
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -50,3 +50,4 @@ typedef struct View2D {
|
||||
#define V2D_LOCKZOOM_Y 0x0200
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -125,3 +125,4 @@ typedef struct View3D {
|
||||
#define V3D_PERSP_USE_THE_CAMERA 2
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -46,3 +46,4 @@ typedef struct Wave {
|
||||
} Wave;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -117,3 +117,4 @@ typedef struct World {
|
||||
#define WOMAP_ZENDOWN 8
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -49,3 +49,4 @@ int MISC_test_break(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -168,3 +168,4 @@ extern void drawpatch_ext(RPatch *patch, unsigned int col);
|
||||
extern void RAD_drawall(int depth_is_on);
|
||||
|
||||
#endif /* RADIO_H */
|
||||
|
||||
|
||||
@@ -172,3 +172,4 @@ typedef struct {
|
||||
} RadGlobal;
|
||||
|
||||
#endif /* radio_types.h */
|
||||
|
||||
|
||||
@@ -81,3 +81,4 @@ extern char *headerMagic;
|
||||
#endif
|
||||
|
||||
#endif /* BLO_READBLENFILE_H */
|
||||
|
||||
|
||||
@@ -73,3 +73,4 @@ keyStoreGetEmail(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_KEYSTORE_H */
|
||||
|
||||
|
||||
@@ -87,3 +87,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#endif /* BLO_READSTREAMERRORS_H */
|
||||
|
||||
|
||||
@@ -94,3 +94,4 @@ readStreamGlue(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_READSTREAMGLUE_H */
|
||||
|
||||
|
||||
@@ -93,5 +93,5 @@ typedef unsigned __int64 uint64_t;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
/* eof */
|
||||
#endif /* eof */
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ struct keyStoreStruct {
|
||||
#endif
|
||||
|
||||
#endif /* BLO_KEYSTOREPRIVATE_H */
|
||||
|
||||
|
||||
@@ -288,3 +288,4 @@ int RE_envmaptex(struct Tex *tex, float *texvec, float *dxt, float *dyt);
|
||||
#endif
|
||||
|
||||
#endif /* RENDER_H */
|
||||
|
||||
|
||||
@@ -254,3 +254,4 @@ typedef struct LampRen
|
||||
} LampRen;
|
||||
|
||||
#endif /* RENDER_TYPES_H */
|
||||
|
||||
|
||||
@@ -68,3 +68,4 @@ class RE_DummyShadowBuffer : public RE_ShadowBuffer {
|
||||
};
|
||||
|
||||
#endif /* RE_SHADOWBUFFER_H */
|
||||
|
||||
|
||||
@@ -59,3 +59,4 @@ class RE_ShadowBuffer {
|
||||
};
|
||||
|
||||
#endif /* RE_SHADOWBUFFER_H */
|
||||
|
||||
|
||||
@@ -91,4 +91,3 @@ class RE_BasicShadowBuffer : public RE_ShadowBuffer {
|
||||
|
||||
#endif /* RE_BASICSHADOWBUFFER_H */
|
||||
|
||||
|
||||
|
||||
@@ -82,3 +82,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ addEdges(
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
#endif /* EDGERENDER_H */
|
||||
|
||||
|
||||
@@ -67,3 +67,4 @@ void RE_error(int errType, char* fname);
|
||||
void RE_error_int(int errType, char* fname, int valye);
|
||||
|
||||
#endif /* ERRORHANDLER_H */
|
||||
|
||||
|
||||
@@ -77,3 +77,4 @@ int doGamma(void);
|
||||
void setDoGamma(int);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -48,3 +48,4 @@ void initjit(float *jit, int num);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ typedef struct PixStrMain
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@
|
||||
void unifiedRenderingLoop(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -205,5 +205,5 @@ void addalphaAddfacshort(unsigned short *doel,
|
||||
unsigned short *bron,
|
||||
short addfac);
|
||||
|
||||
|
||||
#endif /* PIXELBLENDING_EXT_H */
|
||||
|
||||
|
||||
@@ -120,3 +120,4 @@ void fillBackgroundImage(float x, float y);
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -39,5 +39,5 @@ void prepareScene(void);
|
||||
void finalizeScene(void);
|
||||
void doClipping( void (*projectfunc)(float *, float *) );
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -57,4 +57,6 @@
|
||||
typedef struct {
|
||||
int a, b, c, d;
|
||||
} byte16;
|
||||
|
||||
#define COPY_16(a,b) (*((byte16 *)(a))= *((byte16 *)(b)))
|
||||
|
||||
|
||||
@@ -115,3 +115,4 @@ int count_mask(unsigned short mask);
|
||||
#define POINTER_TO_CODE(a) (-(long)(a))
|
||||
|
||||
#endif /* RENDER_EXT_H */
|
||||
|
||||
|
||||
@@ -50,6 +50,5 @@ void halovert(void);
|
||||
void renderhalo(HaloRen *har); /* postprocess versie */
|
||||
void scanlinehaloPS(unsigned int *rectz, long *rectdelta, unsigned int *rectt, short ys);
|
||||
|
||||
|
||||
#endif /* RENDER_INT_H */
|
||||
|
||||
|
||||
@@ -73,3 +73,4 @@ float shadow_halo(LampRen *lar, float *p1, float *p2);
|
||||
#endif
|
||||
|
||||
#endif /* SHADBUF_EXT_H */
|
||||
|
||||
|
||||
@@ -77,3 +77,4 @@ RE_DECLARE_HANDLE(RE_ShadowBufferHandle);
|
||||
#endif
|
||||
|
||||
#endif /* SHADOWBUFFER_H */
|
||||
|
||||
|
||||
@@ -75,12 +75,3 @@ int wood(struct Tex *tex, float *texvec);
|
||||
|
||||
#endif /* TEXTURE_EXT_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -45,5 +45,5 @@
|
||||
*/
|
||||
void zBufShadeAdvanced(void);
|
||||
|
||||
|
||||
#endif /* VANILLARENDERPIPE_EXT_H */
|
||||
|
||||
|
||||
@@ -189,3 +189,4 @@ void blendOverFloatRow(int type, float* dest, float* source,
|
||||
void std_transFloatColV2CharColV( RE_COLBUFTYPE *buf, char *target);
|
||||
|
||||
#endif /* VANILLARENDERPIPE_INT_H */
|
||||
|
||||
|
||||
@@ -83,8 +83,5 @@ struct RE_faceField {
|
||||
int mask;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif /* VANILLARENDERPIPE_TYPES_H */
|
||||
|
||||
|
||||
|
||||
@@ -197,7 +197,3 @@ unsigned int calcHaloDist(HaloRen *har);
|
||||
|
||||
#endif /* ZBUF_INT_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -73,6 +73,3 @@ typedef struct {
|
||||
|
||||
#endif /* ZBUF_TYPES_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -95,5 +95,5 @@ void insertFlatObjectNoOsa(RE_APixstrExt* ap,
|
||||
int dist,
|
||||
int mask);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -75,3 +75,4 @@ typedef struct RE_APixstrExtMain
|
||||
} RE_APixstrExtMain;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -90,6 +90,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -48,3 +48,4 @@ BLO_sign(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_SIGN_H */
|
||||
|
||||
|
||||
@@ -72,3 +72,4 @@ Window* winlay_get_active_window(void);
|
||||
void winlay_process_events (int wait_for_event);
|
||||
|
||||
void winlay_get_screensize (int *width_r, int *height_r);
|
||||
|
||||
|
||||
@@ -75,3 +75,4 @@ struct BLO_SignerHeaderStruct {
|
||||
#endif
|
||||
|
||||
#endif /* BLO_SIGN_VERIFY_H */
|
||||
|
||||
|
||||
@@ -45,3 +45,4 @@ struct BLO_SignerInfo {
|
||||
struct BLO_SignerInfo *BLO_getSignerInfo(void);
|
||||
int BLO_isValidSignerInfo(struct BLO_SignerInfo *info);
|
||||
void BLO_clrSignerInfo(struct BLO_SignerInfo *info);
|
||||
|
||||
|
||||
@@ -76,3 +76,4 @@ BLO_verify_end(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_VERIFY_H */
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ BLO_writeblenfile(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_WRITEBLENFILE_H */
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ getPubKey(byte *dataStreamPubKey,
|
||||
byte **publisherPubKey,
|
||||
int *publisherPubKeyLen);
|
||||
|
||||
|
||||
|
||||
@@ -83,3 +83,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#endif /* BLO_WRITESTREAMERRORS_H */
|
||||
|
||||
|
||||
@@ -88,3 +88,4 @@ writeStreamGlue(
|
||||
#endif
|
||||
|
||||
#endif /* BLO_WRITESTREAMGLUE_H */
|
||||
|
||||
|
||||
@@ -162,4 +162,6 @@ private:
|
||||
/** Blender area the game engine is running within */
|
||||
struct ScrArea* m_area;
|
||||
};
|
||||
|
||||
#endif // __KX_BLENDERCANVAS
|
||||
|
||||
|
||||
@@ -61,6 +61,5 @@ void BL_print_gamedebug_line_padded(char* text, int xco, int yco, int width, int
|
||||
}
|
||||
#endif //__cplusplus
|
||||
|
||||
|
||||
#endif //__BLENDERGL
|
||||
|
||||
|
||||
@@ -212,9 +212,5 @@ public:
|
||||
virtual bool ConvertBlenderEvent(unsigned short incode,short val)=0;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif //__KX_BLENDERINPUTDEVICE
|
||||
|
||||
|
||||
@@ -45,4 +45,6 @@ public:
|
||||
virtual bool ConvertBlenderEvent(unsigned short incode,short val);
|
||||
virtual void NextFrame();
|
||||
};
|
||||
|
||||
#endif //__KX_BLENDERKEYBOARDDEVICE
|
||||
|
||||
|
||||
@@ -45,4 +45,6 @@ public:
|
||||
virtual bool ConvertBlenderEvent(unsigned short incode,short val);
|
||||
virtual void NextFrame();
|
||||
};
|
||||
|
||||
#endif //__KX_BLENDERMOUSEDEVICE
|
||||
|
||||
|
||||
@@ -96,3 +96,4 @@ inline RAS_IPolyMaterial::TCachingInfo KX_BlenderPolyMaterial::GetCachingInfo(vo
|
||||
}
|
||||
|
||||
#endif // __KX_BLENDERPOLYMATERIAL
|
||||
|
||||
|
||||
@@ -96,5 +96,5 @@ public:
|
||||
void* tface);
|
||||
};
|
||||
|
||||
|
||||
#endif //__KX_BLENDERRENDERTOOLS
|
||||
|
||||
|
||||
@@ -48,4 +48,6 @@ public:
|
||||
virtual ~KX_BlenderSystem() {};
|
||||
virtual double GetTimeInSeconds();
|
||||
};
|
||||
|
||||
#endif //__KX_BLENDERSYSTEM
|
||||
|
||||
|
||||
@@ -122,5 +122,6 @@ enum {
|
||||
ACT_FLAG_LOCKINPUT = 0x00000002,
|
||||
ACT_FLAG_KEYUP = 0x00000004
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -52,3 +52,4 @@ void BL_ConvertBlenderObjects(struct Main* maggie,
|
||||
);
|
||||
|
||||
#endif // __BLENDER_CONVERT
|
||||
|
||||
|
||||
@@ -70,3 +70,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -179,6 +179,5 @@ public:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -93,3 +93,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__BLENDERWORLDINFO_H
|
||||
|
||||
|
||||
@@ -66,5 +66,5 @@ public:
|
||||
KX_IScalarInterpolator *GetScalarInterpolator(BL_IpoChannel channel);
|
||||
};
|
||||
|
||||
|
||||
#endif //__KX_SCALARINTERPOLATOR_H
|
||||
|
||||
|
||||
@@ -118,3 +118,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_BLENDERSCENECONVERTER_H
|
||||
|
||||
|
||||
@@ -33,16 +33,17 @@
|
||||
#define __KX_CONVERTACTUATORS_H
|
||||
|
||||
void BL_ConvertActuators(char* maggiename,
|
||||
struct Object* blenderobject,
|
||||
class KX_GameObject* gameobj,
|
||||
class SCA_LogicManager* logicmgr,
|
||||
class KX_Scene* scene,
|
||||
class KX_KetsjiEngine* ketsjiEngine,
|
||||
int & executePriority,
|
||||
int activeLayerBitInfo,
|
||||
bool isInActiveLayer,
|
||||
class RAS_IRenderTools* rendertools,
|
||||
class KX_BlenderSceneConverter* converter);
|
||||
struct Object* blenderobject,
|
||||
class KX_GameObject* gameobj,
|
||||
class SCA_LogicManager* logicmgr,
|
||||
class KX_Scene* scene,
|
||||
class KX_KetsjiEngine* ketsjiEngine,
|
||||
int & executePriority,
|
||||
int activeLayerBitInfo,
|
||||
bool isInActiveLayer,
|
||||
class RAS_IRenderTools* rendertools,
|
||||
class KX_BlenderSceneConverter* converter);
|
||||
|
||||
|
||||
#endif //__KX_CONVERTACTUATORS_H
|
||||
|
||||
|
||||
@@ -46,6 +46,5 @@ void BL_ConvertControllers(
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
#endif //__KX_CONVERTCONTROLLERS_H
|
||||
|
||||
|
||||
@@ -33,9 +33,10 @@
|
||||
#define __KX_CONVERTPROPERTIES
|
||||
|
||||
void BL_ConvertProperties(struct Object* object,
|
||||
class KX_GameObject* gameobj,
|
||||
class SCA_TimeEventManager* timemgr,
|
||||
class SCA_IScene* scene,
|
||||
bool isInActiveLayer);
|
||||
class KX_GameObject* gameobj,
|
||||
class SCA_TimeEventManager* timemgr,
|
||||
class SCA_IScene* scene,
|
||||
bool isInActiveLayer);
|
||||
|
||||
#endif //__KX_CONVERTPROPERTIES
|
||||
|
||||
|
||||
@@ -33,15 +33,15 @@
|
||||
#define __KX_CONVERTSENSOR_H
|
||||
|
||||
void BL_ConvertSensors(struct Object* blenderobject,
|
||||
class KX_GameObject* gameobj,
|
||||
class SCA_LogicManager* logicmgr,
|
||||
class KX_Scene* kxscene,
|
||||
class SCA_IInputDevice* keydev,
|
||||
int & executePriority ,
|
||||
int activeLayerBitInfo,
|
||||
bool isInActiveLayer,
|
||||
class RAS_ICanvas* canvas,
|
||||
class KX_BlenderSceneConverter* converter);
|
||||
|
||||
class KX_GameObject* gameobj,
|
||||
class SCA_LogicManager* logicmgr,
|
||||
class KX_Scene* kxscene,
|
||||
class SCA_IInputDevice* keydev,
|
||||
int & executePriority ,
|
||||
int activeLayerBitInfo,
|
||||
bool isInActiveLayer,
|
||||
class RAS_ICanvas* canvas,
|
||||
class KX_BlenderSceneConverter* converter);
|
||||
|
||||
#endif //__KX_CONVERTSENSOR_H
|
||||
|
||||
|
||||
@@ -35,20 +35,20 @@
|
||||
struct Object;
|
||||
|
||||
void BL_ConvertIpos(struct Object* blenderobject,
|
||||
class KX_GameObject* gameobj,
|
||||
class KX_BlenderSceneConverter *converter
|
||||
);
|
||||
class KX_GameObject* gameobj,
|
||||
class KX_BlenderSceneConverter *converter);
|
||||
|
||||
void BL_ConvertLampIpos(struct Lamp* blenderlight,
|
||||
class KX_GameObject* lightobj,
|
||||
class KX_BlenderSceneConverter *converter);
|
||||
class KX_GameObject* lightobj,
|
||||
class KX_BlenderSceneConverter *converter);
|
||||
|
||||
void BL_ConvertWorldIpos(struct World* blenderworld,
|
||||
class KX_BlenderSceneConverter *converter);
|
||||
class KX_BlenderSceneConverter *converter);
|
||||
|
||||
void BL_ConvertCameraIpos(struct Camera* blendercamera,
|
||||
class KX_GameObject* cameraobj,
|
||||
class KX_BlenderSceneConverter *converter);
|
||||
class KX_GameObject* cameraobj,
|
||||
class KX_BlenderSceneConverter *converter);
|
||||
|
||||
|
||||
#endif //__KX_IPOCONVERT_H
|
||||
|
||||
|
||||
@@ -49,3 +49,4 @@ private:
|
||||
};
|
||||
|
||||
#endif // !defined _BOOLVALUE_H
|
||||
|
||||
|
||||
@@ -44,3 +44,4 @@ private:
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_CONSTEXPR_H__061ECFC3_BE87_11D1_A51C_00A02472FC58__INCLUDED_)
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ const char* EXP_GetText(EXP_ValueHandle);
|
||||
#endif
|
||||
|
||||
#endif //__EXPRESSION_INCLUDE
|
||||
|
||||
|
||||
@@ -37,3 +37,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // !defined _EMPTYVALUE_H
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@ private:
|
||||
};
|
||||
|
||||
#endif // !defined _ERRORVALUE_H
|
||||
|
||||
|
||||
@@ -131,3 +131,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // !defined _EXPRESSION_H
|
||||
|
||||
|
||||
@@ -46,3 +46,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // !defined _FLOATVALUE_H
|
||||
|
||||
|
||||
@@ -47,3 +47,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_IFEXPR_H__1F691841_C5C7_11D1_A863_0000B4542BD8__INCLUDED_)
|
||||
|
||||
|
||||
@@ -103,3 +103,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ private:
|
||||
};
|
||||
|
||||
#endif // !defined _INTVALUE_H
|
||||
|
||||
|
||||
@@ -51,3 +51,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_HASHEDPTR
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@
|
||||
#include "Python.h"
|
||||
|
||||
#endif // KX_PYTHON_H
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@
|
||||
#include "Python.h"
|
||||
|
||||
#endif // KX_PYTHON_H
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@
|
||||
#include "Python.h"
|
||||
|
||||
#endif // KX_PYTHON_H
|
||||
|
||||
|
||||
@@ -75,3 +75,4 @@ private:
|
||||
};
|
||||
|
||||
#endif // !defined _LISTVALUE_H
|
||||
|
||||
|
||||
@@ -51,3 +51,4 @@ private:
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_OPERATOR1EXPR_H__A1653901_BF41_11D1_A51C_00A02472FC58__INCLUDED_)
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ private:
|
||||
};
|
||||
|
||||
#endif // !defined _OPERATOR2EXPR_H
|
||||
|
||||
|
||||
@@ -49,3 +49,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -462,6 +462,5 @@ protected:
|
||||
STR_String* m_pstrNewName; // Identification
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif // !defined _VALUEBASECLASS_H
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // !defined _VOIDVALUE_H
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_ANDCONTROLLER
|
||||
|
||||
|
||||
@@ -45,4 +45,6 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_ALWAYSEVENTMGR
|
||||
|
||||
|
||||
@@ -60,3 +60,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_ALWAYSSENSOR
|
||||
|
||||
|
||||
@@ -66,4 +66,6 @@ public:
|
||||
protected:
|
||||
EVENT_MANAGER_TYPE m_mgrtype;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_EXPRESSIONCONTROLLER
|
||||
|
||||
|
||||
@@ -78,4 +78,6 @@ public:
|
||||
bool IsNegativeEvent() const;
|
||||
virtual ~SCA_IActuator();
|
||||
};
|
||||
|
||||
#endif //__KX_IACTUATOR
|
||||
|
||||
|
||||
@@ -53,4 +53,6 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -305,3 +305,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //KX_INPUTDEVICE_H
|
||||
|
||||
|
||||
@@ -107,5 +107,5 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -119,8 +119,6 @@ public:
|
||||
PyObject* _getattr(char* attr);
|
||||
|
||||
};
|
||||
|
||||
#endif //SCA_IOBJECT_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -59,4 +59,6 @@ public:
|
||||
void AddDebugProperty(class CValue* debugprop,
|
||||
const STR_String &name);
|
||||
};
|
||||
|
||||
#endif //__KX_ISCENE_H
|
||||
|
||||
|
||||
@@ -128,3 +128,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__SCA_ISENSOR
|
||||
|
||||
|
||||
@@ -64,3 +64,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_KEYBOARDMANAGER
|
||||
|
||||
|
||||
@@ -156,3 +156,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_KEYBOARDSENSOR
|
||||
|
||||
|
||||
@@ -152,3 +152,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_LOGICMANAGER
|
||||
|
||||
|
||||
@@ -70,3 +70,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_MOUSEMANAGER
|
||||
|
||||
|
||||
@@ -118,3 +118,4 @@ class SCA_MouseSensor : public SCA_ISensor
|
||||
};
|
||||
|
||||
#endif //__KX_MOUSESENSOR
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_ORCONTROLLER
|
||||
|
||||
|
||||
@@ -113,4 +113,6 @@ public:
|
||||
/* 5. - ... setObject, getObject, setProp2, getProp2, setMode, getMode*/
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_PROPERTYACTUATOR_DOC
|
||||
|
||||
|
||||
@@ -49,4 +49,6 @@ public:
|
||||
virtual void RegisterSensor(SCA_ISensor* sensor);
|
||||
//SCA_LogicManager* GetLogicManager() { return m_logicmgr;}
|
||||
};
|
||||
|
||||
#endif //__KX_PROPERTYEVENTMANAGER
|
||||
|
||||
|
||||
@@ -106,4 +106,6 @@ public:
|
||||
KX_PYMETHOD_DOC(SCA_PropertySensor,SetValue);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -142,3 +142,4 @@ class SCA_RandomActuator : public SCA_IActuator
|
||||
}; /* end of class KX_EditObjectActuator : public SCA_PropertyActuator */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -50,4 +50,6 @@ public:
|
||||
virtual void NextFrame(double curtime,double deltatime);
|
||||
virtual void RegisterSensor(SCA_ISensor* sensor);
|
||||
};
|
||||
|
||||
#endif //__KX_RANDOMEVENTMGR
|
||||
|
||||
|
||||
@@ -63,3 +63,4 @@ class SCA_RandomNumberGenerator {
|
||||
};
|
||||
|
||||
#endif /* __KX_RANDOMNUMBERGENERATOR */
|
||||
|
||||
|
||||
@@ -73,3 +73,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_RANDOMSENSOR
|
||||
|
||||
|
||||
@@ -51,4 +51,6 @@ public:
|
||||
void AddTimeProperty(CValue* timeval);
|
||||
void RemoveTimeProperty(CValue* timeval);
|
||||
};
|
||||
|
||||
#endif //__KX_TIMEEVENTMANAGER
|
||||
|
||||
|
||||
@@ -273,3 +273,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GPC_CANVAS_H_
|
||||
|
||||
|
||||
@@ -126,5 +126,5 @@ private:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_ENGINE_H
|
||||
|
||||
|
||||
@@ -83,5 +83,5 @@ public:
|
||||
virtual bool ConvertEvent(int incode, int val);
|
||||
};
|
||||
|
||||
|
||||
#endif // _GPC_KEYBOARDDEVICE_H
|
||||
|
||||
|
||||
@@ -101,5 +101,5 @@ protected:
|
||||
virtual bool ConvertEvent(KX_EnumInputs kxevent, int eventval);
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_MOUSE_DEVICE_H
|
||||
|
||||
|
||||
@@ -83,5 +83,5 @@ inline GPC_PolygonMaterial::TCachingInfo GPC_PolygonMaterial::GetCachingInfo(voi
|
||||
return GetTFace();
|
||||
}
|
||||
|
||||
|
||||
#endif // __GPC_POLYGONMATERIAL_H
|
||||
|
||||
|
||||
@@ -118,5 +118,5 @@ protected:
|
||||
int m_height;
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_RAWIMAGE_H__
|
||||
|
||||
|
||||
@@ -33,8 +33,7 @@
|
||||
#ifndef __GPC_RAWLOADDOTBLENDARRAY_H
|
||||
#define __GPC_RAWLOADDOTBLENDARRAY_H
|
||||
|
||||
|
||||
void GetRawLoadingAnimation(unsigned char **data, int *dataSize);
|
||||
|
||||
|
||||
#endif // __GPC_RAWLOADDOTBLENDARRAY_H
|
||||
|
||||
|
||||
@@ -172,5 +172,5 @@ protected:
|
||||
BMF_Font* m_font;
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_RENDERTOOLS_H
|
||||
|
||||
|
||||
@@ -60,5 +60,5 @@ public:
|
||||
// NG_NetworkDeviceInterface* m_ndi;
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_SYSTEM_H
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // __GPU_CANVAS_H
|
||||
|
||||
|
||||
@@ -61,5 +61,5 @@ private:
|
||||
void AddEventHandlers();
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPU_ENGINE_H
|
||||
|
||||
|
||||
@@ -60,5 +60,5 @@ public:
|
||||
convert_x_keycode_to_kx_keycode(unsigned int key);
|
||||
};
|
||||
|
||||
|
||||
#endif // _GPU_KEYBOARDDEVICE_H
|
||||
|
||||
|
||||
@@ -55,3 +55,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // __GPU_POLYGONMATERIAL_H
|
||||
|
||||
|
||||
@@ -47,5 +47,5 @@ public:
|
||||
virtual double GetTimeInSeconds();
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPU_SYSTEM_H
|
||||
|
||||
|
||||
@@ -114,6 +114,5 @@ protected:
|
||||
void ShowCursor(void);
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif // _GPW_CANVAS_H_
|
||||
|
||||
|
||||
@@ -46,5 +46,5 @@ public:
|
||||
bool Initialize(HDC hdc, int width, int height);
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPW_ENGINE_H
|
||||
|
||||
|
||||
@@ -67,3 +67,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //_GPW_KEYBOARDDEVICE_H_
|
||||
|
||||
|
||||
@@ -58,5 +58,5 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //_GPW_SYSTEM_H_
|
||||
|
||||
|
||||
@@ -135,4 +135,3 @@ protected:
|
||||
SND_IAudioDevice* m_audiodevice;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -62,3 +62,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // _GPG_CANVAS_H_
|
||||
|
||||
|
||||
@@ -55,3 +55,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //_GPG_KEYBOARDDEVICE_H_
|
||||
|
||||
|
||||
@@ -52,5 +52,5 @@ public:
|
||||
virtual double GetTimeInSeconds();
|
||||
};
|
||||
|
||||
|
||||
#endif // _GPG_SYSTEM_H_
|
||||
|
||||
|
||||
@@ -57,3 +57,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //KX_NETWORK_EVENTMANAGER_H
|
||||
|
||||
|
||||
@@ -74,4 +74,6 @@ public:
|
||||
KX_PYMETHOD(KX_NetworkMessageActuator, SetBody);
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_NETWORKMESSAGEACTUATOR_H
|
||||
|
||||
|
||||
@@ -82,4 +82,6 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_NETWORKMESSAGE_SENSOR_H
|
||||
|
||||
|
||||
@@ -29,3 +29,4 @@
|
||||
*
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
|
||||
@@ -29,3 +29,4 @@
|
||||
*
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
|
||||
@@ -93,5 +93,6 @@ public:
|
||||
KX_PYMETHOD(KX_CDActuator,SetGain);
|
||||
KX_PYMETHOD(KX_CDActuator,GetGain);
|
||||
};
|
||||
|
||||
#endif //__KX_CDACTUATOR
|
||||
|
||||
|
||||
@@ -111,4 +111,6 @@ public:
|
||||
/** Gets all camera data. */
|
||||
RAS_CameraData* GetCameraData();
|
||||
};
|
||||
|
||||
#endif //__KX_CAMERA
|
||||
|
||||
|
||||
@@ -125,4 +125,6 @@ private :
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_CAMERAACTUATOR
|
||||
|
||||
|
||||
@@ -89,3 +89,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // KX_CAMERAIPOSGCONTROLLER_H
|
||||
|
||||
|
||||
@@ -44,3 +44,4 @@ struct KX_ClientObjectInfo
|
||||
};
|
||||
|
||||
#endif //__KX_CLIENTOBJECT_INFO_H
|
||||
|
||||
|
||||
@@ -106,4 +106,6 @@ class KX_ConstraintActuator : public SCA_IActuator
|
||||
KX_PYMETHOD_DOC(KX_ConstraintActuator,GetLimit);
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_CONSTRAINTACTUATOR
|
||||
|
||||
|
||||
@@ -55,3 +55,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //KX_CONSTRAINT_WRAPPER
|
||||
|
||||
|
||||
@@ -71,39 +71,32 @@ struct KX_ObjectProperties
|
||||
|
||||
|
||||
void KX_ConvertODEEngineObject(KX_GameObject* gameobj,
|
||||
RAS_MeshObject* meshobj,
|
||||
KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
RAS_MeshObject* meshobj,
|
||||
KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
|
||||
|
||||
#endif //USE_ODE
|
||||
|
||||
|
||||
void KX_ConvertDynamoObject(KX_GameObject* gameobj,
|
||||
RAS_MeshObject* meshobj,
|
||||
KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
|
||||
|
||||
RAS_MeshObject* meshobj,
|
||||
KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
|
||||
#ifdef USE_SUMO_SOLID
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void KX_ConvertSumoObject( class KX_GameObject* gameobj,
|
||||
class RAS_MeshObject* meshobj,
|
||||
class KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
class RAS_MeshObject* meshobj,
|
||||
class KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#endif //KX_CONVERTPHYSICSOBJECTS
|
||||
|
||||
|
||||
@@ -42,4 +42,6 @@ public:
|
||||
virtual ~KX_EmptyObject() {};
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_EMPTYOBJECT
|
||||
|
||||
|
||||
@@ -609,6 +609,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //__KX_GAMEOBJECT
|
||||
|
||||
|
||||
@@ -44,3 +44,4 @@ public:
|
||||
typedef std::vector<KX_IInterpolator *> T_InterpolatorList;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -87,6 +87,3 @@ protected:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -108,4 +108,6 @@ public:
|
||||
m_modified = true;
|
||||
}
|
||||
};
|
||||
|
||||
#endif //__IPO_SGCONTROLLER_H
|
||||
|
||||
|
||||
@@ -96,4 +96,6 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_IPHYSICSCONTROLLER_H
|
||||
|
||||
|
||||
@@ -40,3 +40,4 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -50,15 +50,17 @@ public:
|
||||
dictobj: python dictionary (for pythoncontrollers)
|
||||
*/
|
||||
virtual void ConvertScene(const STR_String& scenename,
|
||||
class KX_Scene* destinationscene,
|
||||
PyObject* dictobj,
|
||||
class SCA_IInputDevice* keyinputdev,
|
||||
class RAS_IRenderTools* rendertools,
|
||||
class RAS_ICanvas* canvas)=0;
|
||||
class KX_Scene* destinationscene,
|
||||
PyObject* dictobj,
|
||||
class SCA_IInputDevice* keyinputdev,
|
||||
class RAS_IRenderTools* rendertools,
|
||||
class RAS_ICanvas* canvas)=0;
|
||||
|
||||
virtual void SetAlwaysUseExpandFraming(bool to_what) = 0;
|
||||
|
||||
virtual void SetNewFileName(const STR_String& filename) = 0;
|
||||
virtual bool TryAndLoadNewFile() = 0;
|
||||
};
|
||||
|
||||
#endif //__KX_ISCENECONVERTER_H
|
||||
|
||||
|
||||
@@ -53,3 +53,4 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -139,3 +139,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_IPOACTUATOR
|
||||
|
||||
|
||||
@@ -48,3 +48,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_LIGHT
|
||||
|
||||
|
||||
@@ -97,3 +97,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // KX_LIGHTIPOSGCONTROLLER_H
|
||||
|
||||
|
||||
@@ -63,4 +63,6 @@ public:
|
||||
KX_PYMETHOD(KX_MeshProxy,GetVertexArrayLength);
|
||||
KX_PYMETHOD(KX_MeshProxy,GetVertex);
|
||||
};
|
||||
|
||||
#endif //__KX_MESHPROXY
|
||||
|
||||
|
||||
@@ -52,3 +52,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_MOTIONSTATE
|
||||
|
||||
|
||||
@@ -150,3 +150,4 @@ class KX_MouseFocusSensor : public SCA_MouseSensor
|
||||
};
|
||||
|
||||
#endif //__KX_MOUSESENSOR
|
||||
|
||||
|
||||
@@ -58,4 +58,6 @@ public:
|
||||
virtual PyObject* _getattr(char *attr);
|
||||
|
||||
};
|
||||
|
||||
#endif //KX_NEARSENSOR_H
|
||||
|
||||
|
||||
@@ -75,3 +75,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // KX_OBCOLORIPOSGCONTROLLER_H
|
||||
|
||||
|
||||
@@ -137,4 +137,6 @@ public:
|
||||
KX_PYMETHOD(KX_ObjectActuator,GetAngularVelocity);
|
||||
KX_PYMETHOD(KX_ObjectActuator,SetAngularVelocity);
|
||||
};
|
||||
|
||||
#endif //__KX_OBJECTACTUATOR
|
||||
|
||||
|
||||
@@ -97,4 +97,6 @@ public:
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_ODEPHYSICSCONTROLLER_H
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ enum e_PhysicsEngine
|
||||
};
|
||||
|
||||
#endif //__KX_PHYSICSENGINEENUMS
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //PHYP_PHYSICSOBJECT_WRAPPER
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ struct KX_MaterialProps {
|
||||
};
|
||||
|
||||
#endif //KX_PROPSH
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ void PHY_RemovePythonConstraintBinding();
|
||||
void PHY_SetActiveEnvironment(class PHY_IPhysicsEnvironment* env);
|
||||
|
||||
#endif //PHY_PYTHON_CONSTRAINTBINDING
|
||||
|
||||
|
||||
@@ -51,5 +51,5 @@ void exitGamePythonScripting();
|
||||
void exitGamePythonScripting();
|
||||
void PHY_SetActiveScene(class KX_Scene* scene);
|
||||
|
||||
|
||||
#endif //__KX_PYTHON_INIT
|
||||
|
||||
|
||||
@@ -91,3 +91,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_RADAR_SENSOR_H
|
||||
|
||||
|
||||
@@ -49,4 +49,6 @@ public:
|
||||
virtual void NextFrame(double curtime,double deltatime);
|
||||
virtual void RegisterSensor(SCA_ISensor* sensor);
|
||||
};
|
||||
|
||||
#endif //__KX_RAYEVENTMGR
|
||||
|
||||
|
||||
@@ -76,4 +76,6 @@ public:
|
||||
virtual PyObject* _getattr(char *attr);
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_RAYSENSOR_H
|
||||
|
||||
|
||||
@@ -127,7 +127,3 @@ public:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -78,3 +78,4 @@ class KX_SCA_EndObjectActuator : public SCA_IActuator
|
||||
}; /* end of class KX_EditObjectActuator : public SCA_PropertyActuator */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -86,3 +86,4 @@ class KX_SCA_ReplaceMeshActuator : public SCA_IActuator
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -199,16 +199,3 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -57,5 +57,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -113,3 +113,4 @@ class KX_SceneActuator : public SCA_IActuator
|
||||
}; /* end of class KXSceneActuator */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -102,5 +102,6 @@ public:
|
||||
KX_PYMETHOD(KX_SoundActuator,SetVelocity);
|
||||
KX_PYMETHOD(KX_SoundActuator,SetOrientation);
|
||||
};
|
||||
|
||||
#endif //__KX_SOUNDACTUATOR
|
||||
|
||||
|
||||
@@ -78,4 +78,6 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_SUMOPHYSICSCONTROLLER_H
|
||||
|
||||
|
||||
@@ -131,3 +131,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // __KX_TIME_CATEGORY_LOGGER_H
|
||||
|
||||
|
||||
@@ -105,3 +105,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // __KX_TIME_LOGGER_H
|
||||
|
||||
|
||||
@@ -55,13 +55,3 @@ public:
|
||||
|
||||
#endif //__KX_TOUCHEVENTMANAGER
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -142,5 +142,3 @@ public:
|
||||
|
||||
#endif //__KX_TOUCHSENSOR
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -83,3 +83,4 @@ class KX_TrackToActuator : public SCA_IActuator
|
||||
}; /* end of class KX_TrackToActuator : public KX_EditObjectActuator */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -67,4 +67,6 @@ public:
|
||||
KX_PYMETHOD(KX_VertexProxy,SetNormal);
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_VERTEXPROXY
|
||||
|
||||
|
||||
@@ -78,3 +78,4 @@ class KX_VisibilityActuator : public SCA_IActuator
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -63,3 +63,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_WORLDINFO_H
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //NG_LOOPBACKNETWORKDEVICEINTERFACE_H
|
||||
|
||||
|
||||
@@ -83,3 +83,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //NG_NETWORKDEVICEINTERFACE_H
|
||||
|
||||
|
||||
@@ -128,3 +128,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //NG_NETWORKMESSAGE_H
|
||||
|
||||
|
||||
@@ -45,3 +45,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //NG_NETWORKOBJECT_H
|
||||
|
||||
|
||||
@@ -100,3 +100,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //__NG_NETWORKSCENE_H
|
||||
|
||||
|
||||
@@ -68,3 +68,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //NG_TERRAPLAYNETWORKDEVICEINTERFACE_H
|
||||
|
||||
|
||||
@@ -146,5 +146,3 @@ private:
|
||||
|
||||
#endif //__ODE_PHYSICSCONTROLLER_H
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -68,6 +68,3 @@ private:
|
||||
|
||||
#endif //_ODEPHYSICSENVIRONMENT
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -66,5 +66,3 @@ public:
|
||||
|
||||
#endif //_DUMMYPHYSICSENVIRONMENT
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -13,3 +13,4 @@ struct SM_ClientObjectInfo
|
||||
};
|
||||
|
||||
#endif //__SM_CLIENTOBJECT_INFO_H
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@ public:
|
||||
SM_Object *getClientObject() const { return m_client_object; }
|
||||
|
||||
static void ray_hit(void *client_data,
|
||||
void *object1,
|
||||
void *object2,
|
||||
const DT_CollData *coll_data);
|
||||
void *object1,
|
||||
void *object2,
|
||||
const DT_CollData *coll_data);
|
||||
|
||||
private:
|
||||
MT_Vector3 m_ray;
|
||||
@@ -30,7 +30,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -34,3 +34,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -278,3 +278,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ struct SM_MaterialProps {
|
||||
};
|
||||
|
||||
#endif //SM_PROPSH
|
||||
|
||||
|
||||
@@ -127,3 +127,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -168,4 +168,3 @@ private:
|
||||
|
||||
#endif //__SUMO_PHYSICSCONTROLLER_H
|
||||
|
||||
|
||||
|
||||
@@ -84,5 +84,3 @@ private:
|
||||
|
||||
#endif //_SUMOPhysicsEnvironment
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -193,3 +193,4 @@ extern int DT_ObjectRayTest(DT_ObjectHandle object,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -36,3 +36,4 @@ extern void BP_SetBBox(BP_ProxyHandle proxy,
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -12,3 +12,4 @@ typedef DT_Scalar DT_Vector3[3];
|
||||
typedef DT_Scalar DT_Quaternion[4];
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -66,3 +66,4 @@ typedef enum PHY_ConstraintType {
|
||||
typedef float PHY_Vector3[3];
|
||||
|
||||
#endif //__PHY_DYNAMIC_TYPES
|
||||
|
||||
|
||||
@@ -55,3 +55,4 @@ class PHY_IMotionState
|
||||
};
|
||||
|
||||
#endif //PHY__MOTIONSTATE_H
|
||||
|
||||
|
||||
@@ -87,3 +87,4 @@ class PHY_IPhysicsController
|
||||
};
|
||||
|
||||
#endif //PHY_IPHYSICSCONTROLLER_H
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ class PHY_IPhysicsEnvironment
|
||||
};
|
||||
|
||||
#endif //_IPHYSICSENVIRONMENT
|
||||
|
||||
|
||||
@@ -58,3 +58,4 @@ struct PHY_MaterialProps {
|
||||
};
|
||||
|
||||
#endif //PHY_PROPSH
|
||||
|
||||
|
||||
@@ -40,3 +40,4 @@ struct RAS_CameraData
|
||||
};
|
||||
|
||||
#endif //__RAS_CAMERADATA_H
|
||||
|
||||
|
||||
@@ -253,3 +253,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -169,4 +169,6 @@ public:
|
||||
const char* filename
|
||||
)=0;
|
||||
};
|
||||
|
||||
#endif //__RAS_ICANVAS
|
||||
|
||||
|
||||
@@ -119,5 +119,5 @@ inline bool operator ==( const RAS_IPolyMaterial & rhs,const RAS_IPolyMaterial
|
||||
return ( rhs.Equals(lhs));
|
||||
}
|
||||
|
||||
|
||||
#endif //__RAS_IPOLYGONMATERIAL
|
||||
|
||||
|
||||
@@ -194,3 +194,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__RAS_IRENDERTOOLS
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ struct RAS_LightObject
|
||||
};
|
||||
|
||||
#endif //__RAS_LIGHTOBJECT_H
|
||||
|
||||
|
||||
@@ -122,5 +122,5 @@ public:
|
||||
const MT_Vector4& rgbavec);
|
||||
};
|
||||
|
||||
|
||||
#endif //__KX_BUCKET
|
||||
|
||||
|
||||
@@ -228,3 +228,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__RAS_MESHOBJECT
|
||||
|
||||
|
||||
@@ -39,3 +39,4 @@ struct RAS_ObjectColor {
|
||||
};
|
||||
|
||||
#endif //__RAS_OBJECTCOLOR_H
|
||||
|
||||
|
||||
@@ -35,3 +35,4 @@
|
||||
bool RAS_SystemSupportsVertexArrays();
|
||||
|
||||
#endif //__RAS_CHECKVERTEXARRAYS
|
||||
|
||||
|
||||
@@ -224,3 +224,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__RAS_OPENGLRASTERIZER
|
||||
|
||||
|
||||
@@ -47,12 +47,12 @@ public:
|
||||
virtual void SetDrawingMode(int drawingmode);
|
||||
|
||||
virtual void IndexPrimitives( const vecVertexArray& vertexarrays,
|
||||
const vecIndexArrays & indexarrays,
|
||||
int mode,
|
||||
class RAS_IPolyMaterial* polymat,
|
||||
class RAS_IRenderTools* rendertools,
|
||||
bool useObjectColor,
|
||||
const MT_Vector4& rgbacolor);
|
||||
const vecIndexArrays & indexarrays,
|
||||
int mode,
|
||||
class RAS_IPolyMaterial* polymat,
|
||||
class RAS_IRenderTools* rendertools,
|
||||
bool useObjectColor,
|
||||
const MT_Vector4& rgbacolor);
|
||||
|
||||
|
||||
virtual void EnableTextures(bool enable);
|
||||
@@ -60,3 +60,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_VERTEXARRAYOPENGLRASTERIZER
|
||||
|
||||
|
||||
@@ -89,4 +89,6 @@ public:
|
||||
RAS_MaterialBucket* GetMaterial();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -95,5 +95,5 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
#endif // _RAS_RECT
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@
|
||||
void RAS_CalcTexMatrix(RAS_TexVert p[3],MT_Point3& origin,MT_Vector3& udir,MT_Vector3& vdir);
|
||||
|
||||
#endif //__RASTEXMATRIX
|
||||
|
||||
|
||||
@@ -96,3 +96,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__RAS_TEXVERT
|
||||
|
||||
|
||||
@@ -114,3 +114,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //__SG_CONTROLLER_H
|
||||
|
||||
|
||||
@@ -218,3 +218,4 @@ protected :
|
||||
};
|
||||
|
||||
#endif //__SG_IOBJECT
|
||||
|
||||
|
||||
@@ -205,4 +205,6 @@ private:
|
||||
SG_Node* m_SGparent;
|
||||
|
||||
};
|
||||
|
||||
#endif //__SG_NODE_H
|
||||
|
||||
|
||||
@@ -114,3 +114,4 @@ protected :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -202,4 +202,6 @@ protected:
|
||||
);
|
||||
|
||||
};
|
||||
|
||||
#endif //__SG_SPATIAL_H
|
||||
|
||||
|
||||
@@ -58,5 +58,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* GEN_MESSAGING_H */
|
||||
|
||||
|
||||
@@ -76,3 +76,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__GEN_DATACACHE_H
|
||||
|
||||
|
||||
@@ -45,3 +45,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__GEN_HASHEDPTR
|
||||
|
||||
|
||||
@@ -147,5 +147,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -76,3 +76,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //GEN_MATRIX4X4
|
||||
|
||||
|
||||
@@ -233,3 +233,4 @@ private :
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -63,3 +63,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //__SINGLETONSYSTEM_H
|
||||
|
||||
|
||||
@@ -68,3 +68,4 @@ extern void SYS_WriteCommandLineString(SYS_SystemHandle sys, const char *paramna
|
||||
#endif
|
||||
|
||||
#endif //__SYSTEM_INCLUDE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user