fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
Kent Mein
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -304,3 +304,4 @@ typedef struct dJointFeedback {
#endif
#endif

View File

@@ -88,3 +88,4 @@ typedef struct dContact {
#endif
#endif

View File

@@ -61,3 +61,4 @@ void dMessage (int num, const char *msg, ...);
#endif
#endif

View File

@@ -150,3 +150,4 @@ dGeomID dCreateGeom (int classnum);
#endif
#endif

View File

@@ -95,3 +95,4 @@ struct dMass {
#endif
#endif

View File

@@ -192,3 +192,4 @@ void dRemoveRowCol (dReal *A, int n, int nskip, int r);
#endif
#endif

View File

@@ -61,3 +61,4 @@ void dAllocDontReport (void *ptr);
#endif
#endif

View File

@@ -83,3 +83,4 @@ dReal dMaxDifferenceLowerTriangle (const dReal *A, const dReal *B, int n);
#endif
#endif

View File

@@ -199,3 +199,4 @@ int dAreConnected (dBodyID, dBodyID);
#endif
#endif

View File

@@ -42,3 +42,4 @@
#include <ode/odecpp.h>
#endif

View File

@@ -791,6 +791,7 @@ public:
{ return dGeomTransformGetInfo (_id); }
};
#endif
#endif
#endif

View File

@@ -311,6 +311,7 @@ public:
{ return dGeomGetRotation (_id); }
};
#endif
#endif
#endif

View File

@@ -214,3 +214,4 @@ inline void dMULTIPLYADD2_333(dReal *A, const dReal *B, const dReal *C)
#endif
#endif

View File

@@ -62,3 +62,4 @@ void dWtoDQ (const dVector3 w, const dQuaternion q, dVector4 dq);
#endif
#endif

View File

@@ -75,3 +75,4 @@ void dHashSpaceSetLevels (dSpaceID space, int minlevel, int maxlevel);
#endif
#endif

View File

@@ -74,3 +74,4 @@ double dTimerResolution();
#endif
#endif

View File

@@ -131,5 +131,5 @@ public:
}
};
#endif

View File

@@ -79,6 +79,5 @@ struct dxGeom { // a dGeomID is a pointer to this
#define CLASSDATA(geomptr) (((char*)geomptr) + SIZEOF_DXGEOM)
#endif

View File

@@ -256,6 +256,5 @@ struct dxJointNull : public dxJoint {
};
extern struct dxJoint::Vtable __dnull_vtable;
#endif

View File

@@ -56,3 +56,4 @@ void dSolveLCP (int n, dReal *A, dReal *x, dReal *b, dReal *w,
#endif

View File

@@ -69,3 +69,4 @@ public:
#endif

View File

@@ -87,5 +87,5 @@ struct dxWorld : public dBase {
dReal global_cfm; // global costraint force mixing parameter
};
#endif

View File

@@ -66,3 +66,4 @@ struct dObStack : public dBase {
#endif

View File

@@ -136,3 +136,4 @@ struct dStack {
#endif

View File

@@ -34,3 +34,4 @@ void dInternalStepIsland (dxWorld *world,
#endif

View File

@@ -63,3 +63,4 @@ public:
#endif

View File

@@ -354,3 +354,4 @@ extern int SND_GetPlaystate(SND_ObjectHandle object);
#endif
#endif

View File

@@ -81,4 +81,6 @@ public:
int GetPlaystate() const;
};
#endif //__SND_CDOBJECT_H

View File

@@ -54,3 +54,4 @@
# endif
# endif
#endif

View File

@@ -80,12 +80,3 @@ private :
#endif //__SND_DEVICEMANAGER_H

View File

@@ -344,3 +344,4 @@ protected:
};
#endif //SND_IAUDIODEVICE

View File

@@ -52,4 +52,6 @@ public:
SND_Object() {};
virtual ~SND_Object() {};
};
#endif //__SND_OBJECT_H

View File

@@ -104,3 +104,4 @@ public:
};
#endif //__SND_SCENE_H

View File

@@ -81,4 +81,6 @@ private:
MT_Scalar m_dopplervelocity; /* factor for the reference velocity (for Dopplereffect) */
MT_Scalar m_scale;
};
#endif //__SND_SOUNDLISTENER_H

View File

@@ -158,5 +158,6 @@ public:
int GetPlaystate() const;
};
#endif //__SND_SOUNDOBJECT_H

View File

@@ -111,3 +111,4 @@ extern void SND_GetSampleInfo(signed char* sample, SND_WaveSlot* waveslot);
#endif
#endif

View File

@@ -66,3 +66,4 @@ private:
};
#endif //__SND_WAVECACHE_H

View File

@@ -92,3 +92,4 @@ public:
};
#endif //__SND_WAVESLOT_H

View File

@@ -117,3 +117,4 @@ enum
};
#endif //__SOUNDDEFINES_H

View File

@@ -93,3 +93,4 @@ public:
};
#endif //SND_DUMMYDEVICE

View File

@@ -103,3 +103,4 @@ private:
};
#endif //SND_FMODDEVICE

View File

@@ -116,3 +116,4 @@ private:
};
#endif //SND_AUDIODEVICE

View File

@@ -56,4 +56,6 @@ public:
int GetId();
void SetId(int id);
};
#endif //__SND_OBJECT_H

View File

@@ -100,3 +100,4 @@ private:
};
#endif //SND_OPENALDEVICE

View File

@@ -137,4 +137,5 @@ inline bool ACT_Action::getIsApplied() const
return m_applied;
}
#endif // _H_ACT_ACTION_H_
#endif // _H_ACT_ACTION_H_

View File

@@ -189,4 +189,5 @@ extern void ACT_ActionStackRedo(ACT_ActionStackPtr stack);
}
#endif
#endif // _H_ACT_ACTION_C_API
#endif // _H_ACT_ACTION_C_API

View File

@@ -181,4 +181,5 @@ protected:
};
#endif // _H_ACT_ACTIONSTACK
#endif // _H_ACT_ACTIONSTACK

View File

@@ -121,4 +121,5 @@ inline void ACT_CallbackAction::doUndo()
}
#endif // _H_ACT_CALLBACK_ACTION_H
#endif // _H_ACT_CALLBACK_ACTION_H

View File

@@ -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_

View File

@@ -54,4 +54,5 @@ protected:
virtual void doUndo() { cout << m_name.Ptr() << ": undone\n"; }
};
#endif // _H_ACT_TESTACTION
#endif // _H_ACT_TESTACTION

View File

@@ -127,3 +127,4 @@ void BMF_DrawStringTexture(BMF_Font* font, char* string, float x, float y, float
#endif
#endif /* __BMF_API_H */

View File

@@ -74,3 +74,4 @@ typedef enum
typedef struct BMF_Font BMF_Font;
#endif /* __BMF_FONTS_H */

View File

@@ -67,3 +67,4 @@
#endif /* BMF_MINIMAL */
#endif /* __BMF_SETTINGS_H */

View File

@@ -107,3 +107,4 @@ protected:
};
#endif // __BMF_BITMAP_FONT_H

View File

@@ -55,3 +55,4 @@ typedef struct {
} BMF_FontData;
#endif

View File

@@ -425,4 +425,5 @@ CSG_FreeBooleanOperation(
#endif
#endif

View File

@@ -56,3 +56,4 @@ public :
};
#endif

View File

@@ -97,3 +97,4 @@ private:
};
#endif

View File

@@ -342,4 +342,5 @@ private :
};
#endif
#endif

View File

@@ -72,3 +72,4 @@ private :
#endif

View File

@@ -204,5 +204,3 @@ private :
#endif

View File

@@ -269,4 +269,5 @@ BSP_CSGMesh_FaceIt_Construct(
};
#endif
#endif

View File

@@ -134,3 +134,4 @@ private :
#endif

View File

@@ -122,6 +122,5 @@ public :
};
#endif
#endif

View File

@@ -138,9 +138,5 @@ private :
};
#endif

View File

@@ -150,3 +150,4 @@ private :
#endif

View File

@@ -286,4 +286,5 @@ public :
};
#endif
#endif

View File

@@ -129,4 +129,3 @@ private:
#endif

View File

@@ -162,4 +162,5 @@ private :
};
#endif
#endif

View File

@@ -74,4 +74,5 @@ private :
};
#endif
#endif

View File

@@ -61,4 +61,5 @@ private :
#endif
#endif

View File

@@ -351,4 +351,5 @@ BuildMesh(
#endif
#endif

View File

@@ -140,5 +140,3 @@ private:
#endif

View File

@@ -148,5 +148,3 @@ private:
#endif

View File

@@ -197,30 +197,5 @@ private :
};
#endif

View File

@@ -281,7 +281,5 @@ private :
};
#endif

View File

@@ -301,3 +301,4 @@ private:
};
#endif

View File

@@ -115,5 +115,3 @@ extern int LOD_FreeDecimationData(LOD_Decimation_InfoPtr);
#endif // NAN_INCLUDED_LOD_decimation_h

View File

@@ -114,5 +114,5 @@ private :
MEM_SmartPtr<LOD_ExternBufferEditor> m_extern_editor;
};
#endif

View File

@@ -113,6 +113,5 @@ private :
};
#endif

View File

@@ -132,3 +132,4 @@ private :
};
#endif

View File

@@ -141,3 +141,4 @@ private :
};
#endif

View File

@@ -261,4 +261,5 @@ private :
};
#endif
#endif

View File

@@ -130,5 +130,5 @@ private :
};
#endif

View File

@@ -53,3 +53,4 @@ public :
};
#endif

View File

@@ -124,5 +124,6 @@ private :
};
#endif

View File

@@ -163,6 +163,5 @@ public:
};
#endif

View File

@@ -117,3 +117,4 @@ private :
};
#endif

View File

@@ -86,3 +86,4 @@ public:
};
#endif // _GHOST_IEVENT_H_

View File

@@ -64,3 +64,4 @@ public:
};
#endif // _GHOST_EVENT_CONSUMER_H_

View File

@@ -280,3 +280,4 @@ protected:
};
#endif // _GHOST_ISYSTEM_H_

View File

@@ -84,5 +84,5 @@ public:
virtual void setUserData(const GHOST_TUserDataPtr userData) = 0;
};
#endif // _GHOST_ITIMER_TASK_H_

View File

@@ -239,3 +239,4 @@ public:
};
#endif // _GHOST_IWINDOW_H_

View File

@@ -235,3 +235,4 @@ inline bool GHOST_Rect::isInside(GHOST_TInt32 x, GHOST_TInt32 y) const
}
#endif // _H_GHOST_Rect

View File

@@ -350,5 +350,5 @@ struct GHOST_TimerTaskHandle__;
typedef void (*GHOST_TimerProcPtr)(struct GHOST_TimerTaskHandle__* task, GHOST_TUns64 time);
#endif
#endif // _GHOST_TYPES_H_

View File

@@ -74,3 +74,4 @@ struct GHOST_Buttons {
};
#endif // _GHOST_BUTTONS_H_

View File

@@ -75,3 +75,4 @@ protected:
};
#endif // _GHOST_CALLBACK_EVENT_CONSUMER_H_

View File

@@ -72,3 +72,4 @@
#endif // GHOST_DEBUG
#endif // _GHOST_DEBUG_H_

View File

@@ -140,3 +140,4 @@ protected:
#endif // _GHOST_DISPLAY_MANAGER_H_

View File

@@ -117,3 +117,4 @@ protected:
#endif // _GHOST_DISPLAY_MANAGER_CARBON_H_

View File

@@ -104,3 +104,4 @@ protected:
#endif // _GHOST_DISPLAY_MANAGER_WIN32_H_

View File

@@ -127,3 +127,4 @@ private :
#endif //

View File

@@ -112,3 +112,4 @@ protected:
};
#endif // _GHOST_EVENT_H_

View File

@@ -71,3 +71,4 @@ protected:
};
#endif // _GHOST_EVENT_BUTTON_H_

View File

@@ -72,3 +72,4 @@ protected:
#endif // _GHOST_EVENT_CURSOR_H_

View File

@@ -85,3 +85,4 @@ protected:
};
#endif // _GHOST_EVENT_KEY_H_

View File

@@ -155,3 +155,4 @@ protected:
};
#endif // _GHOST_EVENT_MANAGER_H_

View File

@@ -68,3 +68,4 @@ protected:
};
#endif // _GHOST_EVENT_PRINTER_H_

View File

@@ -100,3 +100,4 @@ struct GHOST_ModifierKeys
};
#endif // _GHOST_MODIFIER_KEYS_H_

View File

@@ -326,3 +326,4 @@ inline GHOST_WindowManager* GHOST_System::getWindowManager() const
}
#endif // _GHOST_SYSTEM_H_

View File

@@ -249,3 +249,4 @@ protected:
};
#endif // _GHOST_SYSTEM_CARBON_H_

View File

@@ -63,3 +63,4 @@ class GHOST_SystemCarbon : public GHOST_System {
};
#endif // _GHOST_SYSTEM_CARBON_H_

View File

@@ -276,3 +276,4 @@ inline void GHOST_SystemWin32::storeModifierKeys(const GHOST_ModifierKeys& keys)
}
#endif // _GHOST_SYSTEM_WIN32_H_

View File

@@ -247,6 +247,3 @@ private :
#endif

View File

@@ -131,3 +131,4 @@ protected:
};
#endif // _GHOST_TIMER_MANAGER_H_

View File

@@ -191,5 +191,5 @@ protected:
GHOST_TUns32 m_auxData;
};
#endif // _GHOST_TIMER_TASK_H_

View File

@@ -253,3 +253,4 @@ inline GHOST_TStandardCursor GHOST_Window::getCursorShape() const
}
#endif // _GHOST_WINDOW_H

View File

@@ -271,3 +271,4 @@ protected:
};
#endif // _GHOST_WINDOW_CARBON_H_

View File

@@ -163,3 +163,4 @@ protected:
};
#endif // _GHOST_WINDOW_MANAGER_H_

View File

@@ -274,3 +274,4 @@ protected:
};
#endif // _GHOST_WINDOW_WIN32_H_

View File

@@ -290,3 +290,4 @@ private :
#endif // _GHOST_WINDOWX11_H_

View File

@@ -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]);

View File

@@ -41,3 +41,4 @@
#else // defined(WIN32) || defined(__APPLE__)
#include <GL/gl.h>
#endif // defined(WIN32) || defined(__APPLE__)

View File

@@ -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);

View File

@@ -33,3 +33,4 @@ void* memdbl (void *mem, int *size_pr, int item_size);
char* string_dup (char *str);
void fatal (char *fmt, ...);

View File

@@ -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);

View File

@@ -112,3 +112,4 @@ extern "C" {
#endif
#endif

View File

@@ -204,4 +204,5 @@ extern void IK_FreeChain(IK_Chain_ExternPtr);
}
#endif
#endif // NAN_INCLUDED_IK_solver_h
#endif // NAN_INCLUDED_IK_solver_h

View File

@@ -174,5 +174,5 @@ private :
MEM_SmartPtr<IK_ConjugateGradientSolver> m_grad_solver;
};
#endif
#endif

View File

@@ -190,5 +190,5 @@ private :
};
#endif
#endif

View File

@@ -192,4 +192,3 @@ private :
#endif

View File

@@ -162,10 +162,5 @@ private :
};
#endif

View File

@@ -293,6 +293,5 @@ private :
#undef TINY
#undef ZEPS
#endif

View File

@@ -207,5 +207,5 @@ private :
};
#endif
#endif

View File

@@ -175,10 +175,5 @@ private :
};
#endif

View File

@@ -287,4 +287,5 @@ private :
};
#endif
#endif

View File

@@ -105,3 +105,4 @@ private :
};
#endif

View File

@@ -214,4 +214,5 @@ private :
};
#endif
#endif

View File

@@ -91,3 +91,4 @@ private :
};
#endif

View File

@@ -211,9 +211,5 @@ private :
};
#endif

View File

@@ -126,3 +126,4 @@ int Cholesky_upper_factorization(SPDMatrix &A, SymmMatrix &L)
#endif
// CHOLESKY_H

View File

@@ -649,13 +649,7 @@ inline void matmultdiag(
}
}
} // namespace TNT
#endif // CMAT_H
#endif
// CMAT_H

View File

@@ -189,9 +189,7 @@ ostream& operator<<(ostream &s, const Fortran_Sparse_Col_Matrix<T> &A)
}
} // namespace TNT
#endif
/* FCSCMAT_H */
#endif /* FCSCMAT_H */

View File

@@ -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

View File

@@ -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

View File

@@ -196,5 +196,5 @@ istream& operator>>(istream &s, Fortran_Sparse_Vector<T> &A)
} // namespace TNT
#endif
// FSPVEC_H
#endif // FSPVEC_H

View File

@@ -213,13 +213,5 @@ int eigenvalue_solve(const Fortran_Matrix<double> &A,
return (info==0 ? 0: 1);
}
#endif
// LAPACK_H
#endif // LAPACK_H

View File

@@ -232,5 +232,5 @@ int LU_solve(const MaTRiX &A, const VecToRSubscripts &indx, VecToR &b)
} // namespace TNT
#endif
// LU_H
#endif // LU_H

View File

@@ -257,5 +257,5 @@ int QR_solve(const MaTRiX &A, const Vector &c, /*const*/ Vector &d,
} // namespace TNT
#endif
// QR_H
#endif // QR_H

View File

@@ -399,5 +399,5 @@ std::ostream& operator<<(std::ostream &s, const_Region1D<Array1D> &A)
} // namespace TNT
#endif
// const_Region1D_H
#endif // const_Region1D_H

View File

@@ -495,5 +495,5 @@ std::ostream& operator<<(std::ostream &s, const Region2D<Array2D> &A)
} // namespace TNT
#endif
// REGION2D_H
#endif // REGION2D_H

View File

@@ -110,6 +110,4 @@ class stopwatch {
} // namespace TNT
#endif

View File

@@ -88,3 +88,4 @@ namespace TNT
#define TNT_BASE_OFFSET (1)
#endif

View File

@@ -467,5 +467,6 @@ void SVD_a( MaTRiX &a, VecToR &w, MaTRiX &v) {
}
}
#endif

View File

@@ -117,11 +117,5 @@
#include "tntmath.h"
#endif // TNT_H
#endif
// TNT_H

View File

@@ -171,7 +171,5 @@ inline double pythag(double a, double b)
} /* namespace TNT */
#endif
/* TNTMATH_H */
#endif /* TNTMATH_H */

View File

@@ -53,8 +53,6 @@
*
*/
// The requirements for a bare-bones vector class:
//
//
@@ -100,3 +98,4 @@
// o) support () indexing
// o) I/O
//

View File

@@ -188,5 +188,5 @@ std::ostream& operator<<(std::ostream &s, const Transpose_View<Matrix> &A)
} // namespace TNT
#endif
// TRANSV_H
#endif // TRANSV_H

View File

@@ -661,10 +661,5 @@ std::ostream& operator<<(std::ostream &s,
} // namespace TNT
#endif
//TRIANG_H
#endif //TRIANG_H

View File

@@ -212,5 +212,5 @@ VecToR linear_solve(/*const*/ UnitUpperTriangularView<MaTriX> &A,
} // namespace TNT
#endif
// TRISLV_H
#endif // TRISLV_H

View File

@@ -525,11 +525,7 @@ void vectorscale(
A[i] *= B;
}
} /* namespace TNT */
#endif
// VEC_H
#endif // VEC_H

View File

@@ -319,3 +319,4 @@ std::istream& operator>>(std::istream &s, Vector_Adaptor<BBVec> &A)
} // namespace TNT
#endif

View File

@@ -50,3 +50,4 @@
#define TNT_VERSION_STRING "0.9.4"
#endif

View File

@@ -96,5 +96,5 @@ private :
static MEM_SmartPtr<GlutDrawManager> m_s_instance;
};
#endif
#endif

View File

@@ -102,5 +102,5 @@ private :
static MEM_SmartPtr<GlutKeyboardManager> m_s_instance;
};
#endif
#endif

View File

@@ -112,5 +112,5 @@ private :
static MEM_SmartPtr<GlutMouseManager> m_s_instance;
};
#endif
#endif

View File

@@ -382,6 +382,5 @@ private :
};
#endif
#endif

View File

@@ -80,5 +80,6 @@ private :
}
};
#endif

View File

@@ -207,5 +207,5 @@ private :
};
#endif
#endif

View File

@@ -197,3 +197,4 @@ inline void IMG_Pixmap::getPixelAddress(float u, float v, GEN_TInt32& x, GEN_TIn
}
#endif /* _H_IMG_Pixmap */

View File

@@ -215,3 +215,4 @@ inline void IMG_PixmapRGBA32::getColor(TPixelRGBA32 p, IMG_ColorRGBA& c) const
}
#endif /* _H_IMG_PixmapRGBA32 */

View File

@@ -140,5 +140,5 @@ inline void IMG_ColorRGBA::blendColor(const IMG_ColorRGBA& c)
#endif
}
#endif /* _H_IMG_Color */

View File

@@ -115,3 +115,4 @@ public:
};
#endif /* _H_IMG_MemPtr */

View File

@@ -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);

View File

@@ -43,3 +43,4 @@ unsigned long genrand(void);
/* internal: */
void lsgenrand(unsigned long *seed_array);

View File

@@ -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
};
};

View File

@@ -56,4 +56,3 @@ private :
#endif

View File

@@ -292,3 +292,4 @@ private :
};
#endif

View File

@@ -116,5 +116,5 @@ inline int MEM_RefCounted::decRef()
return m_refCount;
}
#endif // _H_MEM_REF_COUNTED
#endif // _H_MEM_REF_COUNTED

View File

@@ -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

View File

@@ -238,3 +238,4 @@ private :
};
#endif

View File

@@ -116,5 +116,3 @@ private:
#endif

View File

@@ -148,5 +148,3 @@ private:
#endif

View File

@@ -145,3 +145,4 @@ protected:
};
#endif //MT_CmMatrix4x4

View File

@@ -212,3 +212,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix3x3& m) {
#endif
#endif

View File

@@ -248,3 +248,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix4x4& m) {
#endif
#endif

View File

@@ -67,3 +67,4 @@ inline void MT_set_max(T& a, const T& b) {
}
#endif

View File

@@ -40,3 +40,4 @@
#endif
#endif

View File

@@ -133,7 +133,5 @@ public :
#include "MT_Plane3.inl"
#endif
#endif

View File

@@ -79,3 +79,4 @@ MT_Point2 MT_lerp(const MT_Point2& p1, const MT_Point2& p2, MT_Scalar t);
#endif
#endif

View File

@@ -79,3 +79,4 @@ MT_Point3 MT_lerp(const MT_Point3& p1, const MT_Point3& p2, MT_Scalar t);
#endif
#endif

View File

@@ -108,5 +108,3 @@ MT_Quaternion operator*(const MT_Vector3& w, const MT_Quaternion& q);
#endif

View File

@@ -83,6 +83,5 @@ inline MT_Scalar MT_random() {
return MT_Scalar(MT_rand()) / MT_Scalar(MT_RAND_MAX);
}
#endif

View File

@@ -56,3 +56,4 @@ inline MT_OStream& GEN_endl(MT_OStream& os) { return std::endl(os); }
#endif
#endif

View File

@@ -166,7 +166,3 @@ inline MT_Transform operator*(const MT_Transform& t1, const MT_Transform& t2) {
#endif

View File

@@ -107,3 +107,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple2& t) {
}
#endif

View File

@@ -112,3 +112,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple3& t) {
}
#endif

View File

@@ -122,3 +122,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple4& t) {
}
#endif

View File

@@ -110,3 +110,4 @@ MT_Scalar MT_triple(const MT_Vector2& v1, const MT_Vector2& v2,
#endif
#endif

View File

@@ -116,3 +116,4 @@ MT_Scalar MT_triple(const MT_Vector3& v1, const MT_Vector3& v2,
#endif
#endif

View File

@@ -47,5 +47,3 @@
#endif

View File

@@ -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);
}

View File

@@ -200,3 +200,4 @@ inline STR_String operator+(const char *lhs, rcSTR_String rhs) { return STR_
#endif //_STR_String_H_

View File

@@ -306,3 +306,4 @@ AviError AVI_print_error (AviError error);
void AVI_set_debug (int mode);
#endif /* __AVI_H__ */

View File

@@ -51,3 +51,4 @@ int avi_get_format_fcc(AviFormat format);
int avi_get_format_compression(AviFormat format);
#endif

View File

@@ -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);

View File

@@ -52,3 +52,4 @@
void awrite (AviMovie *movie, void *datain, int block, int size, FILE *fp, int type);
#endif

View File

@@ -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);

View File

@@ -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);

View File

@@ -233,6 +233,6 @@ enum {
PCHAN_DONE = 0x00000400
};
#endif

View File

@@ -50,3 +50,4 @@ void free_duplilist(void);
void make_duplilist(struct Scene *sce, struct Object *ob);
#endif

View File

@@ -118,4 +118,6 @@ void GB_validate_defgroups (struct Mesh *mesh, struct ListBase *defbase);
#ifdef __cplusplus
}
#endif
#endif

View File

@@ -62,3 +62,4 @@ void pushpop_test(void);
#endif
#endif

View File

@@ -62,3 +62,4 @@ void matrixGlyph(struct ImBuf * ibuf, unsigned short unicode,
#endif
#endif

View File

@@ -59,3 +59,4 @@ typedef struct bmFont {
} bmFont;
#endif

View File

@@ -137,7 +137,5 @@ typedef struct {
short mode, tile;
} FaceData;
#endif

View File

@@ -116,7 +116,5 @@ NewBooleanMeshTest(
int op_type
);
#endif

View File

@@ -62,3 +62,4 @@ void free_constraint_channels (ListBase *chanbase);
#define TARGET_CV 5 // string is "CV:#"
#endif

View File

@@ -84,3 +84,4 @@ void swapdata(void *adr1, void *adr2, int len);
void switchdirectionNurb( struct Nurb *nu);
#endif

View File

@@ -115,3 +115,4 @@ void reshadeall_displist(void);
void test_all_displists(void);
#endif

View File

@@ -63,3 +63,4 @@ void calc_wave_deform(struct WaveEff *wav, float ctime, float *co);
void object_wave(struct Object *ob);
#endif

View File

@@ -44,3 +44,4 @@
}
#endif

View File

@@ -52,3 +52,4 @@ void write_vrml(char *str);
void write_videoscape(char *str);
#endif

View File

@@ -48,3 +48,4 @@ struct chartrans *text_to_curve(struct Object *ob, int mode);
void font_duplilist(struct Object *par);
#endif

View File

@@ -222,3 +222,4 @@ extern Global G;
#endif
#endif

View File

@@ -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

View File

@@ -57,3 +57,4 @@ void init_skel_deform(struct Object *par, struct Object *ob);
void calc_skel_deform(struct Ika *ika, float *co);
#endif

View File

@@ -65,3 +65,4 @@ void makemipmap(struct Image *ima);
#endif
#endif

View File

@@ -97,5 +97,5 @@ float IPO_GetFloatValue(struct Ipo *ipo,
short c,
float ctime);
#endif

View File

@@ -67,3 +67,4 @@ void do_ob_key(struct Object *ob);
void do_spec_key(struct Key *key);
#endif

View File

@@ -57,3 +57,4 @@ void outside_lattice(struct Lattice *lt);
#endif

View File

@@ -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

View File

@@ -78,3 +78,4 @@ typedef struct Main {
#endif

View File

@@ -66,3 +66,4 @@ void delete_material_index(void);
#endif
#endif

View File

@@ -62,3 +62,4 @@ int nextcwedge (int edge, int face);
void BKE_freecubetable(void);
#endif

View File

@@ -114,3 +114,4 @@ int update_realtime_texture(struct TFace *tface, double time);
#endif
#endif

View File

@@ -43,4 +43,3 @@ void copy_actionstrip (struct bActionStrip **dst, struct bActionStrip **src);
#endif

View File

@@ -97,3 +97,4 @@ void solve_constraints (struct Object *ob, short obtype, void *obdata, float cti
#endif
#endif

View File

@@ -51,3 +51,4 @@ typedef struct RE_Osa
memory was allocated in that module. (nzc)*/
#endif

View File

@@ -59,3 +59,4 @@ int unpackImage(struct Image * ima, int how);
void unpackAll(int how);
#endif

View File

@@ -68,3 +68,4 @@ typedef struct _PluginInfo {
} PluginInfo;
#endif

View File

@@ -52,3 +52,4 @@ void set_property_valstr(struct bProperty *prop, char *str);
void cp_property(struct bProperty *prop1, struct bProperty *prop2);
#endif

View File

@@ -72,3 +72,4 @@ void set_sca_new_poins(void);
void sca_remove_ob_poin(struct Object *obt, struct Object *ob);
#endif

View File

@@ -54,3 +54,4 @@ void scene_deselect_all(struct Scene *sce);
void scene_select_base(struct Scene *sce, struct Base *selbase);
#endif

View File

@@ -38,3 +38,4 @@ void free_screen(struct bScreen *sc);
#endif

View File

@@ -49,3 +49,4 @@ void sound_free_sample(struct bSample* sample);
void sound_free_sound(struct bSound* sound);
#endif

View File

@@ -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

View File

@@ -126,3 +126,4 @@ int txt_add_char (struct Text *text, char add);
#endif
#endif

View File

@@ -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

View File

@@ -296,5 +296,5 @@
/* useless game shit */
#define MA_FH_NOR 2
#endif

View File

@@ -43,3 +43,4 @@ void make_local_world(struct World *wrld);
void init_render_world(void);
#endif

View File

@@ -756,3 +756,4 @@ MinMaxRGB(
#endif
#endif

View File

@@ -323,3 +323,4 @@ void BLI_setScanFillColourRef(char* c);
#endif
#endif

View File

@@ -87,3 +87,4 @@ char* BLI_dynstr_get_cstring (DynStr *ds);
void BLI_dynstr_free (DynStr *ds);
#endif

View File

@@ -71,3 +71,4 @@ typedef struct EditVlak
} EditVlak;
#endif

View File

@@ -57,3 +57,4 @@ unsigned int BLI_ghashutil_strhash (void *key);
int BLI_ghashutil_strcmp (void *a, void *b);
#endif

View File

@@ -93,3 +93,4 @@ void BLI_qsueue_pushback (GSQueue *gq, void *item);
void BLI_gsqueue_free (GSQueue *gq);
#endif /* BLI_GSQUEUE_H */

View File

@@ -58,3 +58,4 @@ void BLI_linklist_free (struct LinkNode *list, LinkNodeFreeFP freefunc);
void BLI_linklist_apply (struct LinkNode *list, LinkNodeApplyFP applyfunc);
#endif

View File

@@ -56,3 +56,4 @@ void BLI_memarena_free (struct MemArena *ma);
void* BLI_memarena_alloc (struct MemArena *ma, int size);
#endif

View File

@@ -66,3 +66,4 @@ void BLI_storerand (unsigned int loc_r[2]);
void BLI_restorerand (unsigned int loc[2]);
#endif

View File

@@ -77,3 +77,4 @@ struct dirlink
};
#endif /* BLI_STORAGE_TYPES_H */

View File

@@ -64,3 +64,4 @@ BLI_vfontdata_from_psfont(
struct PackedFile *pf);
#endif

View File

@@ -94,3 +94,4 @@ struct dirent *readdir(DIR *dp);
int closedir (DIR *dp);
#endif /* __WINSTUFF_H__ */

View File

@@ -162,3 +162,4 @@ void MTC_Mat3One(float m[][3]);
#endif
#endif /* MATRIXOPS_H */

View File

@@ -58,3 +58,4 @@ float MTC_normalise3DF(float n[3]);
/* ------------------------------------------------------------------------- */
#endif /* VECTOROPS_H */

View File

@@ -52,3 +52,4 @@ PIL_dynlib_close(
PILdynlib* lib);
#endif /* __PIL_DYNLIB_H__ */

View File

@@ -59,3 +59,4 @@ void PIL_sleep_ms (int ms);
#endif
#endif

View File

@@ -42,3 +42,4 @@ void callLocalErrorCallBack(char* msg);
int callLocalInterruptCallBack(void);
#endif

View File

@@ -47,3 +47,4 @@ void BLI_setCmdCallBack(int (*f)(char*));
#endif
#endif

View File

@@ -39,3 +39,4 @@
#endif

View File

@@ -38,3 +38,4 @@ void BLI_builddir(char *dirname, char *relname);
int BLI_compare(struct direntry *entry1, struct direntry *entry2);
#endif /* BLI_STORAGE_H */

View File

@@ -45,3 +45,4 @@ struct ListBase;
/* void addlisttolist(struct ListBase *list1, struct ListBase *list2); */
#endif

View File

@@ -37,3 +37,4 @@
int BLO_findstruct_offset(char *structname, char *member);// used by py_main.c
#endif

View File

@@ -239,3 +239,4 @@ blo_readstreamfile_end(
#endif
#endif

View File

@@ -41,3 +41,4 @@ struct PackedFile;
//void sound_read_wav_data(bSound * sound, PackedFile * pf);
#endif

View File

@@ -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

View File

@@ -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

View File

@@ -128,3 +128,4 @@ blo_prevbhead(
BHead *thisblock);
#endif

View File

@@ -69,3 +69,4 @@
* The plugins wraps functions from IMB and BLI. In addition, they
* define some useful variables.
* */

View File

@@ -183,3 +183,4 @@ extern void rectop(struct ImBuf *dbuf,
int value);
#endif /* IFF_H */

View File

@@ -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 */

View File

@@ -92,3 +92,4 @@ extern void *callocN(int len, char *str);
extern short freeN(void *vmemh);
#endif /* UTIL_H */

View File

@@ -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);

View File

@@ -33,3 +33,4 @@
#include "opy_datablock.h"
#include "b_interface.h"

View File

@@ -60,3 +60,4 @@
#define GETLISTFUNC(x) _GETLIST(x)
// Prototype for the above function
#define GETLISTPROTO(x) PyObject *_GETLIST(x)(PyObject *, PyObject *)

View File

@@ -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)

View File

@@ -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);

View File

@@ -43,5 +43,3 @@ void init_py_matrix(void);
void init_Datablockmodules(PyObject *dict);
void initGUI(void);

View File

@@ -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);

View File

@@ -37,3 +37,4 @@ extern PyTypeObject Vector_Type, Matrix_Type;
extern PyTypeObject DataBlock_Type;
extern struct PyMethodDef Null_methods[];

View File

@@ -85,3 +85,4 @@ MODNAME(BLENDERMODULE) -> "_Blender"
#ifdef EXPERIMENTAL
#undef USE_NMESH
#endif

View File

@@ -33,3 +33,4 @@
PyObject *importText (char *name);
PyObject *blender_import (PyObject *self, PyObject *args);
void init_ourImport (void);

View File

@@ -180,5 +180,3 @@ void mesh_update(Mesh *me);
/* blender's program name */
extern char bprogname[]; /* init in creator.c */

View File

@@ -191,3 +191,4 @@ struct Material;
struct
Material **newMaterialList_fromPyList(PyObject *list);
PyObject *PyList_fromMaterialList(struct Material **matlist, int len);

View File

@@ -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);

View File

@@ -60,4 +60,3 @@ PyObject *newMatrixObject(Matrix4Ptr mat);
void init_py_matrix(void);
void init_py_vector(void);

View File

@@ -76,3 +76,4 @@ BLO_decrypt_end(
#endif
#endif /* BLO_DECRYPT_H */

View File

@@ -63,3 +63,4 @@ struct BLO_en_de_cryptHeaderStruct {
#endif
#endif /* BLO_EN_DE_CRYPT_H */

View File

@@ -56,3 +56,4 @@ BLO_deflate(
#endif
#endif /* BLO_DEFLATE_H */

View File

@@ -48,3 +48,4 @@ BLO_encrypt(
#endif
#endif /* BLO_ENCRYPT_H */

View File

@@ -477,3 +477,4 @@ void IMB_freezbufImBuf(struct ImBuf * ibuf);
void IMB_rectfill(unsigned int *drect, unsigned int *srect, int x, int value);
#endif

View File

@@ -49,3 +49,4 @@ void imb_freeplanesImBuf(struct ImBuf *ibuf);
short imb_addcmapImBuf(struct ImBuf *ibuf);
#endif

View File

@@ -42,3 +42,4 @@ short imb_encodebodyh(struct ImBuf *ibuf, int file);
short imb_encodebodyv(struct ImBuf *ibuf, int file);
#endif

View File

@@ -42,3 +42,4 @@ void imb_longtobp(struct ImBuf *ibuf);
unsigned int **imb_copyplanelist(struct ImBuf *ibuf);
#endif

View File

@@ -41,3 +41,4 @@ int imb_is_a_bmp(void *buf);
struct ImBuf *imb_bmp_decode(unsigned char *mem, int size, int flags);
#endif

View File

@@ -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

View File

@@ -40,3 +40,4 @@ struct ImBuf;
void imb_checkncols(struct ImBuf *ibuf);
#endif

View File

@@ -40,3 +40,4 @@ struct ImBuf;
void imb_filterx(struct ImBuf *ibuf);
#endif

View File

@@ -40,3 +40,4 @@ struct ImBuf;
short imb_converttoham(struct ImBuf *ibuf);
#endif

View File

@@ -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

View File

@@ -41,3 +41,4 @@ unsigned short imb_start_iff(struct ImBuf *ibuf, int file);
unsigned short imb_update_iff(int file, int code);
#endif

View File

@@ -41,3 +41,4 @@ struct ImBuf *imb_loadiris(unsigned char *mem, int flags);
short imb_saveiris(struct ImBuf * ibuf, int file, int flags);
#endif

View File

@@ -43,3 +43,4 @@ struct ImBuf * imb_ibJpegImageFromFilename (char * filename, int flags);
struct ImBuf * imb_ibJpegImageFromMemory (unsigned char * buffer, int size, int flags);
#endif

View File

@@ -41,3 +41,4 @@ int imb_is_a_png(void *buf);
struct ImBuf *imb_png_decode(unsigned char *mem, int size, int flags);
#endif

View File

@@ -43,3 +43,4 @@ struct ImBuf *imb_loadtarga(unsigned char *mem, int flags);
short imb_savetarga(struct ImBuf * ibuf, int file, int flags);
#endif

View File

@@ -188,3 +188,4 @@ struct BitMapHeader
};
#endif /* IMBUF_H */

View File

@@ -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};

View File

@@ -61,3 +61,4 @@ extern void IMG_CanvasDrawLineUV(IMG_CanvasPtr canvas, IMG_BrushPtr brush, fl
#endif
#endif // _H_IMG_API

View File

@@ -132,3 +132,4 @@ inline void IMG_BrushRGBA32::getColor(IMG_ColorRGB& c) const
#endif // _H_IMG_BrushRGBA32

View File

@@ -93,3 +93,4 @@ public:
#endif // _H_IMG_CanvasRGBA32

View File

@@ -147,3 +147,4 @@ inline void IMG_ColorRGBA::blendColor(const IMG_ColorRGBA& c)
#endif // _H_IMG_Color

View File

@@ -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

View File

@@ -112,3 +112,4 @@ public:
};
#endif // _H_IMG_MemPtr

View File

@@ -184,3 +184,4 @@ inline void IMG_Pixmap::getPixelAddress(float u, float v, TUns32& x, TUns32& y)
}
#endif // _H_IMG_Pixmap

View File

@@ -259,3 +259,4 @@ inline void IMG_PixmapRGBA32::getColor(TPixelRGBA32 p, IMG_ColorRGBA& c) const
}
#endif // _H_IMG_PixmapRGBA32

View File

@@ -198,3 +198,4 @@ inline bool IMG_Rect::isInside(TInt32 x, TInt32 y) const
}
#endif // _H_IMG_Rect

View File

@@ -46,3 +46,4 @@ typedef enum {
} TVisibility;
#endif // _H_IMG_Types

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -65,3 +65,4 @@ void draw_object_ext(struct Base *base);
#endif
#endif /* BDR_DRAWOBJECT_H */

View File

@@ -91,3 +91,4 @@ void clever_numbuts_curve(void);
int bezt_compare (const void *e1, const void *e2);
#endif /* BDR_EDITCURVE_H */

View File

@@ -54,3 +54,4 @@ void set_faceselect(void);
void face_draw(void);
#endif /* BDR_EDITFACE_H */

View File

@@ -47,3 +47,4 @@ void adduplicate_mball(void);
void delete_mball(void);
#endif /* BDR_EDITMBALL_H */

View File

@@ -114,6 +114,5 @@ void texspace_edit(void);
void first_base(void);
void make_displists_by_obdata(void *obdata);
#endif /* BDR_EDITOBJECT_H */

View File

@@ -90,3 +90,4 @@ void addisfaces(struct EditVlak *evl);
void intersect_mesh(void);
#endif /* BDR_ISECT_H */

View File

@@ -56,3 +56,4 @@ void wpaint_undo (void);
void copy_wpaint_undo (struct MDeformVert *dverts, int dcount);
#endif /* BDR_VPAINT_H */

View File

@@ -38,3 +38,4 @@ extern void do_blenderbuttons(unsigned short event);
extern void redraw_test_buttons(struct Base *new);
#endif

View File

@@ -47,3 +47,4 @@ void uvco_to_areaco_noclip(float *vec, short *mval);
void what_image(struct SpaceImage *sima);
#endif

View File

@@ -38,3 +38,4 @@ void mysbox(float x1, float y1, float x2, float y2);
void boundbox_oops(void);
#endif

View File

@@ -31,3 +31,4 @@
*/
struct Scene;
void set_scene(struct Scene *sce);

View File

@@ -39,3 +39,4 @@ void drawseq(struct Sequence *seq);
void set_special_seq_update(int val);
#endif

View File

@@ -49,3 +49,4 @@ void free_txt_data(void);
void pop_space_text(struct SpaceText *st);
#endif

View File

@@ -46,3 +46,4 @@ void add_primitiveFont(int);
void to_upper(void);
#endif

View File

@@ -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);

View File

@@ -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);

View File

@@ -60,3 +60,4 @@ void delete_key(void);
void move_keys(void);
#endif

View File

@@ -42,3 +42,4 @@ void deselectall_Latt(void);
void mouse_lattice(void);
#endif

View File

@@ -116,3 +116,4 @@ void vertices_to_sphere(void);
void fill_mesh(void);
#endif

View File

@@ -36,3 +36,4 @@
void clever_numbuts_nla(void);
#endif

View File

@@ -43,3 +43,4 @@ void swap_select_all_oops(void);
void transform_oops(int mode);
#endif

View File

@@ -38,3 +38,4 @@ void do_gamebuts(unsigned short event);
void gamebuts(void);
#endif

View File

@@ -57,3 +57,4 @@ void transform_seq(int mode);
void un_meta(void);
#endif

View File

@@ -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);

View File

@@ -50,3 +50,4 @@ void set_active_object(struct Object *ob);
void set_render_border(void);
#endif

View File

@@ -70,3 +70,4 @@ void fsmenu_remove_entry (int index);
void fsmenu_free (void);
#endif

View File

@@ -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 */

View File

@@ -187,3 +187,4 @@ void gla2DDrawTranslatePtv (gla2DDrawInfo *di, float world[2], int screen_r[2]
void glaEnd2DDraw (gla2DDrawInfo *di);
#endif /* BIF_GLUTIL_H */

View File

@@ -54,3 +54,4 @@ void set_cursor(int curs);
int get_cursor(void);
#endif /* BIF_GRAPHICS_H */

View File

@@ -56,3 +56,4 @@ void check_imasel_copy(struct SpaceImaSel *simasel);
void free_imasel(struct SpaceImaSel *simasel);
#endif

View File

@@ -126,3 +126,4 @@ short pupmenu(char *instr);
short pupmenu_col(char *instr, int maxrow);
#endif /* BIF_INTERFACE_H */

View File

@@ -36,3 +36,4 @@
char *key_event_to_string(unsigned short event);
#endif

View File

@@ -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 */

View File

@@ -66,3 +66,4 @@ void test_oopslink(struct OopsLink *ol);
void test_oopslinko(struct OopsLink *ol);
#endif

View File

@@ -35,4 +35,3 @@ void BIF_preview_changed (struct SpaceButs *area);
void BIF_previewrender (struct SpaceButs *area);
void BIF_previewdraw (struct SpaceButs *area);

View File

@@ -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);

View File

@@ -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 */

View File

@@ -48,4 +48,6 @@ int scrarea_get_win_height (struct ScrArea *sa);
#ifdef __cplusplus
}
#endif

View File

@@ -122,3 +122,4 @@ void screen_draw_info_text(struct bScreen *sc, char *text);
#endif
#endif /* BIF_SCREEN_H */

View File

@@ -92,3 +92,4 @@ extern void mainwindow_make_active(void);
extern void mainwindow_close(void);
#endif

View File

@@ -58,3 +58,4 @@ SpaceType *spaceseq_get_type (void);
SpaceType *spacesound_get_type (void);
SpaceType *spacetext_get_type (void);
SpaceType *spaceview3d_get_type (void);

View File

@@ -39,3 +39,4 @@ typedef struct _TBcallback {
typedef TBcallback * (*Tbox_callbackfunc)(int l, int x);
void tboxSetCallback(Tbox_callbackfunc f);

View File

@@ -41,3 +41,4 @@ void persptoetsen(unsigned short event); /* dutch rules man */
int untitled(char *name);
#endif

View File

@@ -46,3 +46,4 @@ void BIF_write_homefile (void);
void BIF_write_autosave (void);
#endif

View File

@@ -40,3 +40,4 @@ int BIF_write_ibuf(struct ImBuf *ibuf, char *name);
void BIF_save_envmap(struct EnvMap *env, char *str);
#endif

View File

@@ -38,3 +38,4 @@ void append_movie(int fnum);
void end_movie(void);
#endif

View File

@@ -44,3 +44,4 @@ void test_actionpoin_but(char *name, ID **idpp); /* __ NLA */
void clever_numbuts_buts();
#endif /* BSE_BUTTONS_H */

View File

@@ -55,3 +55,4 @@ void drawimasel(void);
/* void select_ima_files(SpaceImaSel *simasel); */
#endif /* BSE_DRAWIMASEL_H */

View File

@@ -61,3 +61,4 @@ struct EditIpo *select_proj_ipo(struct rctf *rectf, int event);
#endif /* BSE_DRAWIPO_H */

View File

@@ -47,3 +47,4 @@ void draw_oops(struct Oops *oops, struct uiBlock *block);
void drawoopsspace(void);
#endif /* BSE_DRAWOOPS */

View File

@@ -62,3 +62,4 @@ void inner_play_anim_loop(int init, int mode);
int play_anim(int mode);
#endif /* BSE_DRAWVIEW_H */

View File

@@ -42,3 +42,4 @@ void countall(void);
void snapmenu(void);
#endif /* BSE_EDIT_H */

View File

@@ -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 */

View File

@@ -48,3 +48,4 @@
#define CHANNEL_FILTER_LA 0x00040000 /* Show lamp keys */
#endif /* BSE_EDITACTION_TYPES_H */

View File

@@ -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 */

View File

@@ -260,3 +260,4 @@ typedef struct EditIpo {
*/
#endif /* BSE_EDITIPO_TYPES_H */

View File

@@ -40,3 +40,4 @@
#define ACTIVE_ARMATURE(base) ((base)->object->type==OB_ARMATURE && (base)->object->action)
#endif /* BSE_EDITNLA_TYPES_H */

View File

@@ -57,3 +57,4 @@ void winqreadfilespace(unsigned short event, short val, char ascii);
void main_to_filelist(struct SpaceFile *sfile);
#endif

View File

@@ -82,3 +82,4 @@ void buttons_active_id(struct ID **id, struct ID **idfrom);
void do_headerbuttons(short event);
#endif /* BSE_HEADERBUTTONS_H */

View File

@@ -111,3 +111,4 @@ void do_render_seq(void);
#endif

View File

@@ -86,3 +86,4 @@ typedef struct VPaint {
} VPaint;
#endif /* BSE_TRANS_TYPES_H */

View File

@@ -67,5 +67,3 @@ struct Bone;
/* interface crap */
struct uiBut;

View File

@@ -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

View File

@@ -38,3 +38,4 @@
#define NAN_DECIMATION
#endif //LOD_DEPENDKLUDGE_H

View File

@@ -401,3 +401,4 @@
#define GS(a) (*((short *)(a)))
#endif

View File

@@ -54,3 +54,4 @@ extern int datatoc_cmovie_tga_size;
extern char datatoc_cmovie_tga[];
#endif /* DATATOC_H */

View File

@@ -39,3 +39,4 @@
void end_latt_deform(void);
#endif /* EDITLATTICE_EXT_H */

View File

@@ -128,3 +128,4 @@
#define UI_BLOCK_ROWS 2
#endif

View File

@@ -259,4 +259,6 @@ typedef struct EditIpo {
#define CO_ORIENT_Z 8
#define CO_ROLL 9
*/
#endif /* IPO_H */

View File

@@ -65,4 +65,3 @@
int make_beautiful_animation(void *vp);
int calc_memleak (void* ptr);

View File

@@ -92,3 +92,4 @@ extern Fptr g_ptrtab[];
#define KEY_FUNC21 4
#endif

View File

@@ -240,3 +240,4 @@
#define REDRAWNLA 0x4035
#endif /* !__MYDEVICE_H__ */

View File

@@ -102,3 +102,4 @@ extern pschar charlist[NASCII];
/* char *asciiname(void); */
#endif

View File

@@ -46,3 +46,4 @@ extern void build_particle_system(Object *ob);
void set_buildvars(Object *ob, int *start, int *end);
#endif

View File

@@ -38,3 +38,4 @@
extern void playanim(int argc, char **argv);
#endif

View File

@@ -57,3 +57,4 @@ struct BLO_in_de_flateHeaderStruct {
#endif
#endif /* BLO_IN_DE_FLATE_H */

View File

@@ -78,3 +78,4 @@ BLO_inflate_end(
#endif
#endif /* BLO_INFLATE_H */

View File

@@ -150,3 +150,4 @@ typedef struct Library {
#endif
#endif

View File

@@ -97,6 +97,5 @@ typedef struct SpaceAction {
#define ACHAN_SELECTED 0x00000001
#define ACHAN_HILIGHTED 0x00000002
#endif

View File

@@ -403,3 +403,4 @@ typedef struct FreeCamera {
#define ACT_VISIBILITY_INVISIBLE (1 << ACT_VISIBILITY_INVISIBLE_BIT)
#endif

View File

@@ -120,5 +120,5 @@ enum {
BONE_ISMUSCLEBIT
};
#endif

View File

@@ -75,3 +75,4 @@ typedef struct Camera {
#endif
#endif

View File

@@ -76,3 +76,4 @@ typedef struct bController {
#define CONT_NEW 4
#endif

View File

@@ -197,6 +197,5 @@ typedef struct IpoCurve {
#define HD_VECT 2
#define HD_ALIGN 3
#endif

View File

@@ -66,3 +66,4 @@
**/
/* This file has intentionally no definitions or implementation. */

View File

@@ -125,3 +125,4 @@ typedef struct WaveEff {
} WaveEff;
#endif

View File

@@ -45,3 +45,4 @@ typedef struct FileGlobal {
} FileGlobal;
#endif

View File

@@ -95,6 +95,5 @@ typedef struct Group {
} Group;
#endif

View File

@@ -87,5 +87,5 @@ typedef struct Ika {
#define IK_GRABEFF 1
#define IK_XYCONSTRAINT 2
#endif

View File

@@ -84,3 +84,4 @@ typedef struct Image {
#define IMA_COLCYCLE 4 /* Depreciated */
#endif

View File

@@ -298,5 +298,5 @@ typedef short IPO_Channel;
#define IPO_EDIT 4
#define IPO_LOCK 8
#endif

View File

@@ -82,3 +82,4 @@ typedef struct Key {
#define KEY_BSPLINE 2
#endif

View File

@@ -94,3 +94,4 @@ typedef struct Lamp {
#define MAXLAMP 256
#endif

View File

@@ -63,3 +63,4 @@ typedef struct Lattice {
#define LT_OUTSIDE 2
#endif

View File

@@ -61,3 +61,4 @@ typedef struct ListBase
#endif
#endif

View File

@@ -160,3 +160,4 @@ typedef struct Material {
#define MA_DARK 1
#endif

View File

@@ -227,3 +227,4 @@ typedef struct Mesh {
#define ME_SPHERETEMP 4
#endif

View File

@@ -94,7 +94,5 @@ typedef struct MetaBall {
/* ml->flag */
#define MB_NEGATIVE 2
#endif

View File

@@ -67,5 +67,6 @@ typedef struct bActionStrip {
#define ACTSTRIP_USESTRIDEBIT 1
#define ACTSTRIP_BLENDTONEXTBIT 2
#define ACTSTRIP_HOLDLASTFRAMEBIT 3
#endif

View File

@@ -314,3 +314,4 @@ extern Object workob;
#endif
#endif

View File

@@ -66,3 +66,4 @@ typedef struct OopsLink {
#define OOPS_REFER 4
#endif

View File

@@ -61,3 +61,4 @@ enum PF_FileStatus
};
#endif /* PACKEDFILE_TYPES_H */

View File

@@ -65,3 +65,4 @@ typedef struct bProperty {
#define MAX_PROPSTRING 128
#endif

View File

@@ -50,3 +50,4 @@ typedef struct Radio {
} Radio;
#endif

View File

@@ -344,3 +344,4 @@ typedef struct Scene {
#endif
#endif

View File

@@ -150,3 +150,4 @@ enum {
/* -- should rather handle this with the above enum... */
#endif

View File

@@ -61,3 +61,4 @@ typedef struct ScriptLink {
#endif
#endif

View File

@@ -80,3 +80,4 @@ typedef struct BHead8 {
} BHead8;
#endif

View File

@@ -223,3 +223,4 @@ typedef struct bSensor {
#define BL_SENS_MOUSE_MOUSEOVER 16
#endif

View File

@@ -156,3 +156,4 @@ typedef struct Editing {
#define SEQ_PLUGIN 24
#endif

View File

@@ -188,3 +188,4 @@ enum SAMPLE_FLAGS_BITS {
/* to DNA_sound_types.h*/
#endif

View File

@@ -469,3 +469,4 @@ typedef struct SpaceImaSel {
#define IMS_INFILESLI 4
#endif

View File

@@ -76,5 +76,5 @@ typedef struct Text {
#define TXT_READONLY 0x0100
#define TXT_FOLLOW 0x0200 // always follow cursor (console)
#endif

View File

@@ -274,3 +274,4 @@ typedef struct Tex {
#define ENV_OSA 2
#endif

View File

@@ -101,5 +101,5 @@ extern UserDef U; /* from usiblender.c !!!! */
#define USERDEF_VRML_AUTOSCALE 2
#define USERDEF_VRML_TWOSIDED 4
#endif

View File

@@ -89,3 +89,4 @@ typedef struct rctf {
} rctf;
#endif

View File

@@ -57,3 +57,4 @@ typedef struct VFont {
#define FO_DUPLI 4
#endif

View File

@@ -50,3 +50,4 @@ typedef struct View2D {
#define V2D_LOCKZOOM_Y 0x0200
#endif

View File

@@ -125,3 +125,4 @@ typedef struct View3D {
#define V3D_PERSP_USE_THE_CAMERA 2
#endif

View File

@@ -46,3 +46,4 @@ typedef struct Wave {
} Wave;
#endif

View File

@@ -117,3 +117,4 @@ typedef struct World {
#define WOMAP_ZENDOWN 8
#endif

View File

@@ -49,3 +49,4 @@ int MISC_test_break(void);
#endif
#endif

View File

@@ -168,3 +168,4 @@ extern void drawpatch_ext(RPatch *patch, unsigned int col);
extern void RAD_drawall(int depth_is_on);
#endif /* RADIO_H */

View File

@@ -172,3 +172,4 @@ typedef struct {
} RadGlobal;
#endif /* radio_types.h */

View File

@@ -81,3 +81,4 @@ extern char *headerMagic;
#endif
#endif /* BLO_READBLENFILE_H */

View File

@@ -73,3 +73,4 @@ keyStoreGetEmail(
#endif
#endif /* BLO_KEYSTORE_H */

View File

@@ -87,3 +87,4 @@ extern "C" {
#endif
#endif /* BLO_READSTREAMERRORS_H */

View File

@@ -94,3 +94,4 @@ readStreamGlue(
#endif
#endif /* BLO_READSTREAMGLUE_H */

View File

@@ -93,5 +93,5 @@ typedef unsigned __int64 uint64_t;
}
#endif
#endif
/* eof */
#endif /* eof */

View File

@@ -62,3 +62,4 @@ struct keyStoreStruct {
#endif
#endif /* BLO_KEYSTOREPRIVATE_H */

View File

@@ -288,3 +288,4 @@ int RE_envmaptex(struct Tex *tex, float *texvec, float *dxt, float *dyt);
#endif
#endif /* RENDER_H */

View File

@@ -254,3 +254,4 @@ typedef struct LampRen
} LampRen;
#endif /* RENDER_TYPES_H */

View File

@@ -68,3 +68,4 @@ class RE_DummyShadowBuffer : public RE_ShadowBuffer {
};
#endif /* RE_SHADOWBUFFER_H */

View File

@@ -59,3 +59,4 @@ class RE_ShadowBuffer {
};
#endif /* RE_SHADOWBUFFER_H */

View File

@@ -91,4 +91,3 @@ class RE_BasicShadowBuffer : public RE_ShadowBuffer {
#endif /* RE_BASICSHADOWBUFFER_H */

View File

@@ -82,3 +82,4 @@ extern "C" {
#endif
#endif

View File

@@ -61,3 +61,4 @@ addEdges(
/* ------------------------------------------------------------------------- */
#endif /* EDGERENDER_H */

View File

@@ -67,3 +67,4 @@ void RE_error(int errType, char* fname);
void RE_error_int(int errType, char* fname, int valye);
#endif /* ERRORHANDLER_H */

View File

@@ -77,3 +77,4 @@ int doGamma(void);
void setDoGamma(int);
#endif

View File

@@ -48,3 +48,4 @@ void initjit(float *jit, int num);
#endif
#endif

View File

@@ -56,3 +56,4 @@ typedef struct PixStrMain
/* ------------------------------------------------------------------------- */
#endif

View File

@@ -41,3 +41,4 @@
void unifiedRenderingLoop(void);
#endif

View File

@@ -205,5 +205,5 @@ void addalphaAddfacshort(unsigned short *doel,
unsigned short *bron,
short addfac);
#endif /* PIXELBLENDING_EXT_H */

View File

@@ -120,3 +120,4 @@ void fillBackgroundImage(float x, float y);
/* ------------------------------------------------------------------------- */
#endif

View File

@@ -61,3 +61,4 @@ extern "C" {
#endif
#endif

View File

@@ -39,5 +39,5 @@ void prepareScene(void);
void finalizeScene(void);
void doClipping( void (*projectfunc)(float *, float *) );
#endif

View File

@@ -57,4 +57,6 @@
typedef struct {
int a, b, c, d;
} byte16;
#define COPY_16(a,b) (*((byte16 *)(a))= *((byte16 *)(b)))

View File

@@ -115,3 +115,4 @@ int count_mask(unsigned short mask);
#define POINTER_TO_CODE(a) (-(long)(a))
#endif /* RENDER_EXT_H */

View File

@@ -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 */

View File

@@ -73,3 +73,4 @@ float shadow_halo(LampRen *lar, float *p1, float *p2);
#endif
#endif /* SHADBUF_EXT_H */

View File

@@ -77,3 +77,4 @@ RE_DECLARE_HANDLE(RE_ShadowBufferHandle);
#endif
#endif /* SHADOWBUFFER_H */

View File

@@ -75,12 +75,3 @@ int wood(struct Tex *tex, float *texvec);
#endif /* TEXTURE_EXT_H */

View File

@@ -45,5 +45,5 @@
*/
void zBufShadeAdvanced(void);
#endif /* VANILLARENDERPIPE_EXT_H */

View File

@@ -189,3 +189,4 @@ void blendOverFloatRow(int type, float* dest, float* source,
void std_transFloatColV2CharColV( RE_COLBUFTYPE *buf, char *target);
#endif /* VANILLARENDERPIPE_INT_H */

View File

@@ -83,8 +83,5 @@ struct RE_faceField {
int mask;
};
#endif /* VANILLARENDERPIPE_TYPES_H */

View File

@@ -197,7 +197,3 @@ unsigned int calcHaloDist(HaloRen *har);
#endif /* ZBUF_INT_H */

View File

@@ -73,6 +73,3 @@ typedef struct {
#endif /* ZBUF_TYPES_H */

View File

@@ -95,5 +95,5 @@ void insertFlatObjectNoOsa(RE_APixstrExt* ap,
int dist,
int mask);
#endif

View File

@@ -75,3 +75,4 @@ typedef struct RE_APixstrExtMain
} RE_APixstrExtMain;
#endif

View File

@@ -90,6 +90,6 @@ extern "C" {
#ifdef __cplusplus
}
#endif
#endif

View File

@@ -48,3 +48,4 @@ BLO_sign(
#endif
#endif /* BLO_SIGN_H */

View File

@@ -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);

View File

@@ -75,3 +75,4 @@ struct BLO_SignerHeaderStruct {
#endif
#endif /* BLO_SIGN_VERIFY_H */

View File

@@ -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);

View File

@@ -76,3 +76,4 @@ BLO_verify_end(
#endif
#endif /* BLO_VERIFY_H */

View File

@@ -58,3 +58,4 @@ BLO_writeblenfile(
#endif
#endif /* BLO_WRITEBLENFILE_H */

View File

@@ -38,3 +38,4 @@ getPubKey(byte *dataStreamPubKey,
byte **publisherPubKey,
int *publisherPubKeyLen);

View File

@@ -83,3 +83,4 @@ extern "C" {
#endif
#endif /* BLO_WRITESTREAMERRORS_H */

View File

@@ -88,3 +88,4 @@ writeStreamGlue(
#endif
#endif /* BLO_WRITESTREAMGLUE_H */

View File

@@ -162,4 +162,6 @@ private:
/** Blender area the game engine is running within */
struct ScrArea* m_area;
};
#endif // __KX_BLENDERCANVAS

View File

@@ -61,6 +61,5 @@ void BL_print_gamedebug_line_padded(char* text, int xco, int yco, int width, int
}
#endif //__cplusplus
#endif //__BLENDERGL

View File

@@ -212,9 +212,5 @@ public:
virtual bool ConvertBlenderEvent(unsigned short incode,short val)=0;
};
#endif //__KX_BLENDERINPUTDEVICE

View File

@@ -45,4 +45,6 @@ public:
virtual bool ConvertBlenderEvent(unsigned short incode,short val);
virtual void NextFrame();
};
#endif //__KX_BLENDERKEYBOARDDEVICE

View File

@@ -45,4 +45,6 @@ public:
virtual bool ConvertBlenderEvent(unsigned short incode,short val);
virtual void NextFrame();
};
#endif //__KX_BLENDERMOUSEDEVICE

View File

@@ -96,3 +96,4 @@ inline RAS_IPolyMaterial::TCachingInfo KX_BlenderPolyMaterial::GetCachingInfo(vo
}
#endif // __KX_BLENDERPOLYMATERIAL

View File

@@ -96,5 +96,5 @@ public:
void* tface);
};
#endif //__KX_BLENDERRENDERTOOLS

View File

@@ -48,4 +48,6 @@ public:
virtual ~KX_BlenderSystem() {};
virtual double GetTimeInSeconds();
};
#endif //__KX_BLENDERSYSTEM

View File

@@ -122,5 +122,6 @@ enum {
ACT_FLAG_LOCKINPUT = 0x00000002,
ACT_FLAG_KEYUP = 0x00000004
};
#endif

View File

@@ -52,3 +52,4 @@ void BL_ConvertBlenderObjects(struct Main* maggie,
);
#endif // __BLENDER_CONVERT

View File

@@ -70,3 +70,4 @@ protected:
};
#endif

View File

@@ -179,6 +179,5 @@ public:
};
#endif

View File

@@ -93,3 +93,4 @@ public:
};
#endif //__BLENDERWORLDINFO_H

View File

@@ -66,5 +66,5 @@ public:
KX_IScalarInterpolator *GetScalarInterpolator(BL_IpoChannel channel);
};
#endif //__KX_SCALARINTERPOLATOR_H

View File

@@ -118,3 +118,4 @@ public:
};
#endif //__KX_BLENDERSCENECONVERTER_H

View File

@@ -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

View File

@@ -46,6 +46,5 @@ void BL_ConvertControllers(
);
#endif //__KX_CONVERTCONTROLLERS_H

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -49,3 +49,4 @@ private:
};
#endif // !defined _BOOLVALUE_H

View File

@@ -44,3 +44,4 @@ private:
};
#endif // !defined(AFX_CONSTEXPR_H__061ECFC3_BE87_11D1_A51C_00A02472FC58__INCLUDED_)

View File

@@ -66,3 +66,4 @@ const char* EXP_GetText(EXP_ValueHandle);
#endif
#endif //__EXPRESSION_INCLUDE

View File

@@ -37,3 +37,4 @@ public:
};
#endif // !defined _EMPTYVALUE_H

View File

@@ -36,3 +36,4 @@ private:
};
#endif // !defined _ERRORVALUE_H

View File

@@ -131,3 +131,4 @@ protected:
};
#endif // !defined _EXPRESSION_H

View File

@@ -46,3 +46,4 @@ protected:
};
#endif // !defined _FLOATVALUE_H

View File

@@ -47,3 +47,4 @@ public:
};
#endif // !defined(AFX_IFEXPR_H__1F691841_C5C7_11D1_A863_0000B4542BD8__INCLUDED_)

View File

@@ -103,3 +103,4 @@ private:
};
#endif

View File

@@ -58,3 +58,4 @@ private:
};
#endif // !defined _INTVALUE_H

View File

@@ -51,3 +51,4 @@ public:
};
#endif //__KX_HASHEDPTR

View File

@@ -36,3 +36,4 @@
#include "Python.h"
#endif // KX_PYTHON_H

View File

@@ -36,3 +36,4 @@
#include "Python.h"
#endif // KX_PYTHON_H

View File

@@ -36,3 +36,4 @@
#include "Python.h"
#endif // KX_PYTHON_H

View File

@@ -75,3 +75,4 @@ private:
};
#endif // !defined _LISTVALUE_H

View File

@@ -51,3 +51,4 @@ private:
};
#endif // !defined(AFX_OPERATOR1EXPR_H__A1653901_BF41_11D1_A51C_00A02472FC58__INCLUDED_)

View File

@@ -57,3 +57,4 @@ private:
};
#endif // !defined _OPERATOR2EXPR_H

View File

@@ -49,3 +49,4 @@ private:
};
#endif

View File

@@ -462,6 +462,5 @@ protected:
STR_String* m_pstrNewName; // Identification
};
#endif // !defined _VALUEBASECLASS_H

View File

@@ -66,3 +66,4 @@ public:
};
#endif // !defined _VOIDVALUE_H

View File

@@ -56,3 +56,4 @@ public:
};
#endif //__KX_ANDCONTROLLER

View File

@@ -45,4 +45,6 @@ public:
};
#endif //__KX_ALWAYSEVENTMGR

View File

@@ -60,3 +60,4 @@ public:
};
#endif //__KX_ALWAYSSENSOR

View File

@@ -66,4 +66,6 @@ public:
protected:
EVENT_MANAGER_TYPE m_mgrtype;
};
#endif

View File

@@ -62,3 +62,4 @@ public:
};
#endif //__KX_EXPRESSIONCONTROLLER

View File

@@ -78,4 +78,6 @@ public:
bool IsNegativeEvent() const;
virtual ~SCA_IActuator();
};
#endif //__KX_IACTUATOR

View File

@@ -53,4 +53,6 @@ public:
};
#endif

View File

@@ -305,3 +305,4 @@ public:
};
#endif //KX_INPUTDEVICE_H

View File

@@ -107,5 +107,5 @@ protected:
};
#endif

View File

@@ -119,8 +119,6 @@ public:
PyObject* _getattr(char* attr);
};
#endif //SCA_IOBJECT_H

View File

@@ -59,4 +59,6 @@ public:
void AddDebugProperty(class CValue* debugprop,
const STR_String &name);
};
#endif //__KX_ISCENE_H

View File

@@ -128,3 +128,4 @@ public:
};
#endif //__SCA_ISENSOR

View File

@@ -64,3 +64,4 @@ public:
};
#endif //__KX_KEYBOARDMANAGER

View File

@@ -156,3 +156,4 @@ public:
};
#endif //__KX_KEYBOARDSENSOR

View File

@@ -152,3 +152,4 @@ public:
};
#endif //__KX_LOGICMANAGER

View File

@@ -70,3 +70,4 @@ public:
};
#endif //__KX_MOUSEMANAGER

View File

@@ -118,3 +118,4 @@ class SCA_MouseSensor : public SCA_ISensor
};
#endif //__KX_MOUSESENSOR

View File

@@ -56,3 +56,4 @@ public:
};
#endif //__KX_ORCONTROLLER

View File

@@ -113,4 +113,6 @@ public:
/* 5. - ... setObject, getObject, setProp2, getProp2, setMode, getMode*/
};
#endif //__KX_PROPERTYACTUATOR_DOC

View File

@@ -49,4 +49,6 @@ public:
virtual void RegisterSensor(SCA_ISensor* sensor);
//SCA_LogicManager* GetLogicManager() { return m_logicmgr;}
};
#endif //__KX_PROPERTYEVENTMANAGER

View File

@@ -106,4 +106,6 @@ public:
KX_PYMETHOD_DOC(SCA_PropertySensor,SetValue);
};
#endif

View File

@@ -142,3 +142,4 @@ class SCA_RandomActuator : public SCA_IActuator
}; /* end of class KX_EditObjectActuator : public SCA_PropertyActuator */
#endif

View File

@@ -50,4 +50,6 @@ public:
virtual void NextFrame(double curtime,double deltatime);
virtual void RegisterSensor(SCA_ISensor* sensor);
};
#endif //__KX_RANDOMEVENTMGR

View File

@@ -63,3 +63,4 @@ class SCA_RandomNumberGenerator {
};
#endif /* __KX_RANDOMNUMBERGENERATOR */

View File

@@ -73,3 +73,4 @@ public:
};
#endif //__KX_RANDOMSENSOR

View File

@@ -51,4 +51,6 @@ public:
void AddTimeProperty(CValue* timeval);
void RemoveTimeProperty(CValue* timeval);
};
#endif //__KX_TIMEEVENTMANAGER

View File

@@ -273,3 +273,4 @@ protected:
};
#endif // _GPC_CANVAS_H_

View File

@@ -126,5 +126,5 @@ private:
};
#endif // __GPC_ENGINE_H

View File

@@ -83,5 +83,5 @@ public:
virtual bool ConvertEvent(int incode, int val);
};
#endif // _GPC_KEYBOARDDEVICE_H

View File

@@ -101,5 +101,5 @@ protected:
virtual bool ConvertEvent(KX_EnumInputs kxevent, int eventval);
};
#endif // __GPC_MOUSE_DEVICE_H

View File

@@ -83,5 +83,5 @@ inline GPC_PolygonMaterial::TCachingInfo GPC_PolygonMaterial::GetCachingInfo(voi
return GetTFace();
}
#endif // __GPC_POLYGONMATERIAL_H

View File

@@ -118,5 +118,5 @@ protected:
int m_height;
};
#endif // __GPC_RAWIMAGE_H__

View File

@@ -33,8 +33,7 @@
#ifndef __GPC_RAWLOADDOTBLENDARRAY_H
#define __GPC_RAWLOADDOTBLENDARRAY_H
void GetRawLoadingAnimation(unsigned char **data, int *dataSize);
#endif // __GPC_RAWLOADDOTBLENDARRAY_H

View File

@@ -172,5 +172,5 @@ protected:
BMF_Font* m_font;
};
#endif // __GPC_RENDERTOOLS_H

View File

@@ -60,5 +60,5 @@ public:
// NG_NetworkDeviceInterface* m_ndi;
};
#endif // __GPC_SYSTEM_H

View File

@@ -58,3 +58,4 @@ public:
};
#endif // __GPU_CANVAS_H

View File

@@ -61,5 +61,5 @@ private:
void AddEventHandlers();
};
#endif // __GPU_ENGINE_H

View File

@@ -60,5 +60,5 @@ public:
convert_x_keycode_to_kx_keycode(unsigned int key);
};
#endif // _GPU_KEYBOARDDEVICE_H

View File

@@ -55,3 +55,4 @@ public:
};
#endif // __GPU_POLYGONMATERIAL_H

View File

@@ -47,5 +47,5 @@ public:
virtual double GetTimeInSeconds();
};
#endif // __GPU_SYSTEM_H

View File

@@ -114,6 +114,5 @@ protected:
void ShowCursor(void);
};
#endif // _GPW_CANVAS_H_

View File

@@ -46,5 +46,5 @@ public:
bool Initialize(HDC hdc, int width, int height);
};
#endif // __GPW_ENGINE_H

View File

@@ -67,3 +67,4 @@ protected:
};
#endif //_GPW_KEYBOARDDEVICE_H_

View File

@@ -58,5 +58,5 @@ protected:
};
#endif //_GPW_SYSTEM_H_

View File

@@ -135,4 +135,3 @@ protected:
SND_IAudioDevice* m_audiodevice;
};

View File

@@ -62,3 +62,4 @@ public:
};
#endif // _GPG_CANVAS_H_

View File

@@ -55,3 +55,4 @@ public:
};
#endif //_GPG_KEYBOARDDEVICE_H_

View File

@@ -52,5 +52,5 @@ public:
virtual double GetTimeInSeconds();
};
#endif // _GPG_SYSTEM_H_

View File

@@ -57,3 +57,4 @@ public:
};
#endif //KX_NETWORK_EVENTMANAGER_H

View File

@@ -74,4 +74,6 @@ public:
KX_PYMETHOD(KX_NetworkMessageActuator, SetBody);
};
#endif //__KX_NETWORKMESSAGEACTUATOR_H

View File

@@ -82,4 +82,6 @@ public:
};
#endif //__KX_NETWORKMESSAGE_SENSOR_H

View File

@@ -29,3 +29,4 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/

View File

@@ -29,3 +29,4 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/

View File

@@ -93,5 +93,6 @@ public:
KX_PYMETHOD(KX_CDActuator,SetGain);
KX_PYMETHOD(KX_CDActuator,GetGain);
};
#endif //__KX_CDACTUATOR

View File

@@ -111,4 +111,6 @@ public:
/** Gets all camera data. */
RAS_CameraData* GetCameraData();
};
#endif //__KX_CAMERA

View File

@@ -125,4 +125,6 @@ private :
};
#endif //__KX_CAMERAACTUATOR

View File

@@ -89,3 +89,4 @@ public:
};
#endif // KX_CAMERAIPOSGCONTROLLER_H

View File

@@ -44,3 +44,4 @@ struct KX_ClientObjectInfo
};
#endif //__KX_CLIENTOBJECT_INFO_H

View File

@@ -106,4 +106,6 @@ class KX_ConstraintActuator : public SCA_IActuator
KX_PYMETHOD_DOC(KX_ConstraintActuator,GetLimit);
};
#endif //__KX_CONSTRAINTACTUATOR

View File

@@ -55,3 +55,4 @@ private:
};
#endif //KX_CONSTRAINT_WRAPPER

View File

@@ -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

View File

@@ -42,4 +42,6 @@ public:
virtual ~KX_EmptyObject() {};
};
#endif //__KX_EMPTYOBJECT

View File

@@ -609,6 +609,5 @@ private :
};
#endif //__KX_GAMEOBJECT

View File

@@ -44,3 +44,4 @@ public:
typedef std::vector<KX_IInterpolator *> T_InterpolatorList;
#endif

View File

@@ -87,6 +87,3 @@ protected:
#endif

View File

@@ -108,4 +108,6 @@ public:
m_modified = true;
}
};
#endif //__IPO_SGCONTROLLER_H

View File

@@ -96,4 +96,6 @@ public:
};
#endif //__KX_IPHYSICSCONTROLLER_H

View File

@@ -40,3 +40,4 @@ public:
};
#endif

View File

@@ -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

View File

@@ -53,3 +53,4 @@ public:
};
#endif

View File

@@ -139,3 +139,4 @@ public:
};
#endif //__KX_IPOACTUATOR

View File

@@ -48,3 +48,4 @@ public:
};
#endif //__KX_LIGHT

View File

@@ -97,3 +97,4 @@ public:
};
#endif // KX_LIGHTIPOSGCONTROLLER_H

View File

@@ -63,4 +63,6 @@ public:
KX_PYMETHOD(KX_MeshProxy,GetVertexArrayLength);
KX_PYMETHOD(KX_MeshProxy,GetVertex);
};
#endif //__KX_MESHPROXY

View File

@@ -52,3 +52,4 @@ public:
};
#endif //__KX_MOTIONSTATE

View File

@@ -150,3 +150,4 @@ class KX_MouseFocusSensor : public SCA_MouseSensor
};
#endif //__KX_MOUSESENSOR

View File

@@ -58,4 +58,6 @@ public:
virtual PyObject* _getattr(char *attr);
};
#endif //KX_NEARSENSOR_H

View File

@@ -75,3 +75,4 @@ public:
};
#endif // KX_OBCOLORIPOSGCONTROLLER_H

View File

@@ -137,4 +137,6 @@ public:
KX_PYMETHOD(KX_ObjectActuator,GetAngularVelocity);
KX_PYMETHOD(KX_ObjectActuator,SetAngularVelocity);
};
#endif //__KX_OBJECTACTUATOR

View File

@@ -97,4 +97,6 @@ public:
};
};
#endif //__KX_ODEPHYSICSCONTROLLER_H

View File

@@ -56,3 +56,4 @@ private:
};
#endif

View File

@@ -42,3 +42,4 @@ enum e_PhysicsEngine
};
#endif //__KX_PHYSICSENGINEENUMS

View File

@@ -56,3 +56,4 @@ private:
};
#endif //PHYP_PHYSICSOBJECT_WRAPPER

View File

@@ -58,3 +58,4 @@ struct KX_MaterialProps {
};
#endif //KX_PROPSH

View File

@@ -56,3 +56,4 @@ private:
};
#endif

View File

@@ -41,3 +41,4 @@ void PHY_RemovePythonConstraintBinding();
void PHY_SetActiveEnvironment(class PHY_IPhysicsEnvironment* env);
#endif //PHY_PYTHON_CONSTRAINTBINDING

View File

@@ -51,5 +51,5 @@ void exitGamePythonScripting();
void exitGamePythonScripting();
void PHY_SetActiveScene(class KX_Scene* scene);
#endif //__KX_PYTHON_INIT

View File

@@ -91,3 +91,4 @@ public:
};
#endif //__KX_RADAR_SENSOR_H

View File

@@ -49,4 +49,6 @@ public:
virtual void NextFrame(double curtime,double deltatime);
virtual void RegisterSensor(SCA_ISensor* sensor);
};
#endif //__KX_RAYEVENTMGR

View File

@@ -76,4 +76,6 @@ public:
virtual PyObject* _getattr(char *attr);
};
#endif //__KX_RAYSENSOR_H

View File

@@ -127,7 +127,3 @@ public:
#endif

View File

@@ -78,3 +78,4 @@ class KX_SCA_EndObjectActuator : public SCA_IActuator
}; /* end of class KX_EditObjectActuator : public SCA_PropertyActuator */
#endif

View File

@@ -86,3 +86,4 @@ class KX_SCA_ReplaceMeshActuator : public SCA_IActuator
};
#endif

View File

@@ -199,16 +199,3 @@ private :
};

View File

@@ -61,3 +61,4 @@ private:
};
#endif

View File

@@ -57,5 +57,3 @@ private:
#endif

View File

@@ -113,3 +113,4 @@ class KX_SceneActuator : public SCA_IActuator
}; /* end of class KXSceneActuator */
#endif

View File

@@ -102,5 +102,6 @@ public:
KX_PYMETHOD(KX_SoundActuator,SetVelocity);
KX_PYMETHOD(KX_SoundActuator,SetOrientation);
};
#endif //__KX_SOUNDACTUATOR

View File

@@ -78,4 +78,6 @@ public:
};
#endif //__KX_SUMOPHYSICSCONTROLLER_H

View File

@@ -131,3 +131,4 @@ protected:
};
#endif // __KX_TIME_CATEGORY_LOGGER_H

View File

@@ -105,3 +105,4 @@ protected:
};
#endif // __KX_TIME_LOGGER_H

View File

@@ -55,13 +55,3 @@ public:
#endif //__KX_TOUCHEVENTMANAGER

View File

@@ -142,5 +142,3 @@ public:
#endif //__KX_TOUCHSENSOR

View File

@@ -83,3 +83,4 @@ class KX_TrackToActuator : public SCA_IActuator
}; /* end of class KX_TrackToActuator : public KX_EditObjectActuator */
#endif

View File

@@ -67,4 +67,6 @@ public:
KX_PYMETHOD(KX_VertexProxy,SetNormal);
};
#endif //__KX_VERTEXPROXY

View File

@@ -78,3 +78,4 @@ class KX_VisibilityActuator : public SCA_IActuator
};
#endif

View File

@@ -63,3 +63,4 @@ public:
};
#endif //__KX_WORLDINFO_H

View File

@@ -66,3 +66,4 @@ public:
};
#endif //NG_LOOPBACKNETWORKDEVICEINTERFACE_H

View File

@@ -83,3 +83,4 @@ public:
};
#endif //NG_NETWORKDEVICEINTERFACE_H

View File

@@ -128,3 +128,4 @@ public:
};
#endif //NG_NETWORKMESSAGE_H

View File

@@ -45,3 +45,4 @@ public:
};
#endif //NG_NETWORKOBJECT_H

View File

@@ -100,3 +100,4 @@ protected:
};
#endif //__NG_NETWORKSCENE_H

View File

@@ -68,3 +68,4 @@ public:
};
#endif //NG_TERRAPLAYNETWORKDEVICEINTERFACE_H

View File

@@ -146,5 +146,3 @@ private:
#endif //__ODE_PHYSICSCONTROLLER_H

View File

@@ -68,6 +68,3 @@ private:
#endif //_ODEPHYSICSENVIRONMENT

View File

@@ -66,5 +66,3 @@ public:
#endif //_DUMMYPHYSICSENVIRONMENT

View File

@@ -13,3 +13,4 @@ struct SM_ClientObjectInfo
};
#endif //__SM_CLIENTOBJECT_INFO_H

View File

@@ -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

View File

@@ -34,3 +34,4 @@ protected:
};
#endif

View File

@@ -278,3 +278,4 @@ private:
};
#endif

View File

@@ -58,3 +58,4 @@ struct SM_MaterialProps {
};
#endif //SM_PROPSH

View File

@@ -127,3 +127,4 @@ private:
};
#endif

View File

@@ -168,4 +168,3 @@ private:
#endif //__SUMO_PHYSICSCONTROLLER_H

View File

@@ -84,5 +84,3 @@ private:
#endif //_SUMOPhysicsEnvironment

View File

@@ -193,3 +193,4 @@ extern int DT_ObjectRayTest(DT_ObjectHandle object,
#endif
#endif

View File

@@ -36,3 +36,4 @@ extern void BP_SetBBox(BP_ProxyHandle proxy,
#endif
#endif

View File

@@ -12,3 +12,4 @@ typedef DT_Scalar DT_Vector3[3];
typedef DT_Scalar DT_Quaternion[4];
#endif

View File

@@ -66,3 +66,4 @@ typedef enum PHY_ConstraintType {
typedef float PHY_Vector3[3];
#endif //__PHY_DYNAMIC_TYPES

View File

@@ -55,3 +55,4 @@ class PHY_IMotionState
};
#endif //PHY__MOTIONSTATE_H

View File

@@ -87,3 +87,4 @@ class PHY_IPhysicsController
};
#endif //PHY_IPHYSICSCONTROLLER_H

View File

@@ -58,3 +58,4 @@ class PHY_IPhysicsEnvironment
};
#endif //_IPHYSICSENVIRONMENT

View File

@@ -58,3 +58,4 @@ struct PHY_MaterialProps {
};
#endif //PHY_PROPSH

View File

@@ -40,3 +40,4 @@ struct RAS_CameraData
};
#endif //__RAS_CAMERADATA_H

View File

@@ -253,3 +253,4 @@ private :
};
#endif

View File

@@ -169,4 +169,6 @@ public:
const char* filename
)=0;
};
#endif //__RAS_ICANVAS

View File

@@ -119,5 +119,5 @@ inline bool operator ==( const RAS_IPolyMaterial & rhs,const RAS_IPolyMaterial
return ( rhs.Equals(lhs));
}
#endif //__RAS_IPOLYGONMATERIAL

View File

@@ -194,3 +194,4 @@ public:
};
#endif //__RAS_IRENDERTOOLS

View File

@@ -61,3 +61,4 @@ struct RAS_LightObject
};
#endif //__RAS_LIGHTOBJECT_H

View File

@@ -122,5 +122,5 @@ public:
const MT_Vector4& rgbavec);
};
#endif //__KX_BUCKET

View File

@@ -228,3 +228,4 @@ public:
};
#endif //__RAS_MESHOBJECT

View File

@@ -39,3 +39,4 @@ struct RAS_ObjectColor {
};
#endif //__RAS_OBJECTCOLOR_H

View File

@@ -35,3 +35,4 @@
bool RAS_SystemSupportsVertexArrays();
#endif //__RAS_CHECKVERTEXARRAYS

View File

@@ -224,3 +224,4 @@ public:
};
#endif //__RAS_OPENGLRASTERIZER

View File

@@ -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

View File

@@ -89,4 +89,6 @@ public:
RAS_MaterialBucket* GetMaterial();
};
#endif

View File

@@ -95,5 +95,5 @@ public:
}
};
#endif // _RAS_RECT

View File

@@ -43,3 +43,4 @@
void RAS_CalcTexMatrix(RAS_TexVert p[3],MT_Point3& origin,MT_Vector3& udir,MT_Vector3& vdir);
#endif //__RASTEXMATRIX

View File

@@ -96,3 +96,4 @@ public:
};
#endif //__RAS_TEXVERT

View File

@@ -114,3 +114,4 @@ protected:
};
#endif //__SG_CONTROLLER_H

View File

@@ -218,3 +218,4 @@ protected :
};
#endif //__SG_IOBJECT

View File

@@ -205,4 +205,6 @@ private:
SG_Node* m_SGparent;
};
#endif //__SG_NODE_H

View File

@@ -114,3 +114,4 @@ protected :
};
#endif

View File

@@ -202,4 +202,6 @@ protected:
);
};
#endif //__SG_SPATIAL_H

View File

@@ -58,5 +58,5 @@ extern "C" {
}
#endif
#endif /* GEN_MESSAGING_H */

View File

@@ -76,3 +76,4 @@ public:
};
#endif //__GEN_DATACACHE_H

View File

@@ -45,3 +45,4 @@ public:
};
#endif //__GEN_HASHEDPTR

View File

@@ -147,5 +147,3 @@ private:
#endif

View File

@@ -76,3 +76,4 @@ protected:
};
#endif //GEN_MATRIX4X4

View File

@@ -233,3 +233,4 @@ private :
};
#endif

View File

@@ -63,3 +63,4 @@ private:
};
#endif //__SINGLETONSYSTEM_H

View File

@@ -68,3 +68,4 @@ extern void SYS_WriteCommandLineString(SYS_SystemHandle sys, const char *paramna
#endif
#endif //__SYSTEM_INCLUDE