1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02:00

rwgame+rwviewer: no more "#pragma once"

This commit is contained in:
Anonymous Maarten 2018-08-30 03:06:01 +02:00
parent 2d595bede7
commit 0b5500cf07
9 changed files with 5 additions and 9 deletions

View File

@ -1,4 +1,5 @@
#pragma once
#ifndef _RWGAME_DRAWUI_HPP_
#define _RWGAME_DRAWUI_HPP_
#include <engine/GameWorld.hpp>
#include <render/GameRenderer.hpp>
@ -8,3 +9,5 @@ void drawHUD(ViewCamera& currentView, PlayerController* player,
GameWorld* world, GameRenderer* render);
void drawOnScreenText(GameWorld* world, GameRenderer* renderer);
#endif

View File

@ -167,7 +167,7 @@ void ViewerWindow::loadGame(const QString& path) {
}
void ViewerWindow::showObjectModel(uint16_t) {
#pragma message("implement me")
RW_MESSAGE("showObjectModel unimplemented"); // FIXME: unimplemented
}
void ViewerWindow::updateRecentGames() {

View File

@ -1,4 +1,3 @@
#pragma once
#ifndef _ANIMATIONLISTMODEL_HPP_
#define _ANIMATIONLISTMODEL_HPP_
#include <QAbstractItemModel>

View File

@ -1,4 +1,3 @@
#pragma once
#ifndef _DFFFRAMESTREEMODEL_HPP_
#define _DFFFRAMESTREEMODEL_HPP_
#include <QAbstractItemModel>

View File

@ -1,4 +1,3 @@
#pragma once
#ifndef _IMGARCHIVEMODEL_HPP_
#define _IMGARCHIVEMODEL_HPP_
#include <QAbstractItemModel>

View File

@ -1,4 +1,3 @@
#pragma once
#ifndef _MODELVIEWER_HPP_
#define _MODELVIEWER_HPP_
#include <engine/GameData.hpp>

View File

@ -1,4 +1,3 @@
#pragma once
#ifndef _ANIMATIONLISTWIDGET_HPP_
#define _ANIMATIONLISTWIDGET_HPP_
#include <QDockWidget>

View File

@ -1,4 +1,3 @@
#pragma once
#ifndef _ITEMLISTWIDGET_HPP_
#define _ITEMLISTWIDGET_HPP_
#include <QDockWidget>

View File

@ -1,4 +1,3 @@
#pragma once
#ifndef _MODELFRAMESWIDGET_HPP_
#define _MODELFRAMESWIDGET_HPP_
#include <QDockWidget>