use #pragma once

This commit is contained in:
Garux
2021-10-22 02:19:50 +03:00
parent 3362f29500
commit bf6389fc26
374 changed files with 400 additions and 1565 deletions

View File

@@ -25,8 +25,7 @@
// camera interface
//
#if !defined( INCLUDED_ICAMERA_H )
#define INCLUDED_ICAMERA_H
#pragma once
#include "generic/constant.h"
#include "generic/callbackfwd.h"
@@ -63,5 +62,3 @@ struct _QERCameraTable
PFN_SETCAMERA m_pfnSetCamera;
PFN_GETCAMWINDOWEXTENTS m_pfnGetCamWindowExtents;
};
#endif