Add #pragma once.

Signed-off-by: mariofutire@gmail.com <pi@raspberrypi>
This commit is contained in:
mariofutire@gmail.com 2020-10-11 10:30:00 +01:00 committed by Andrea Odetti
parent 080198f88c
commit ddea5b139e
4 changed files with 8 additions and 0 deletions

View file

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

View file

@ -1,3 +1,5 @@
#pragma once
#include <string>
const std::string & getResourcePath();

View file

@ -1,3 +1,5 @@
#pragma once
#include <string>
#include <linux/windows/wincompat.h>

View file

@ -1,2 +1,4 @@
#pragma once
#define ORGANIZATION_NAME "AndSoft"
#define APPLICATION_NAME "QAppleEmulator"