mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +00:00
Add missing include guards to some headers
This commit is contained in:
parent
3574ef838b
commit
b2b950c84a
4 changed files with 20 additions and 1 deletions
|
|
@ -20,6 +20,9 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef _GFX_D3D_VIDEOCAPTURED3D9_H_
|
||||
#define _GFX_D3D_VIDEOCAPTURED3D9_H_
|
||||
|
||||
#ifndef _VIDEOCAPTURE_H_
|
||||
#include "gfx/video/videoCapture.h"
|
||||
#endif
|
||||
|
|
@ -79,4 +82,6 @@ protected:
|
|||
public:
|
||||
VideoFrameGrabberD3D9();
|
||||
~VideoFrameGrabberD3D9();
|
||||
};
|
||||
};
|
||||
|
||||
#endif // _GFX_D3D_VIDEOCAPTURED3D9_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue