Add #pragma once.
Signed-off-by: mariofutire@gmail.com <pi@raspberrypi>
This commit is contained in:
parent
080198f88c
commit
ddea5b139e
4 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
const std::string & getResourcePath();
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <linux/windows/wincompat.h>
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#define ORGANIZATION_NAME "AndSoft"
|
||||
#define APPLICATION_NAME "QAppleEmulator"
|
||||
|
|
Loading…
Add table
Reference in a new issue