Merge pull request #1800 from cg2121/add-pragma-once

UI, libobs, text-freetype2: Add missing pragma once in header files
This commit is contained in:
Jim 2019-04-06 23:40:43 -07:00 committed by GitHub
commit a0ead6f974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#pragma once
#include <obs.hpp>
#include <map>

View File

@ -1,3 +1,5 @@
#pragma once
#include <QCheckBox>
class ExpandCheckBox : public QCheckBox {

View File

@ -1,3 +1,5 @@
#pragma once
void output_start();
void output_stop();
OBSData load_settings();

View File

@ -1,3 +1,5 @@
#pragma once
#include <QWidget>
#include <QString>

View File

@ -15,6 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#pragma once
#include <QLineEdit>
#include <QKeyEvent>
#include <QPushButton>

View File

@ -1,3 +1,5 @@
#pragma once
#include <QCheckBox>
#include <QPixmap>

View File

@ -15,6 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#pragma once
#include <QLabel>
#include <obs.hpp>

View File

@ -1,3 +1,5 @@
#pragma once
#include <QCheckBox>
#include <QPixmap>

View File

@ -1,3 +1,5 @@
#pragma once
#include <windows.h>
#include <mmdeviceapi.h>
#include <audioclient.h>

View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#pragma once
#include <obs-module.h>
gs_vertbuffer_t *create_uv_vbuffer(uint32_t num_verts, bool add_color);

View File

@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#pragma once
#include <obs-module.h>
#include <ft2build.h>