mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
rwgame+rwviewer: no more "#pragma once"
This commit is contained in:
parent
2d595bede7
commit
0b5500cf07
@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#ifndef _RWGAME_DRAWUI_HPP_
|
||||||
|
#define _RWGAME_DRAWUI_HPP_
|
||||||
#include <engine/GameWorld.hpp>
|
#include <engine/GameWorld.hpp>
|
||||||
#include <render/GameRenderer.hpp>
|
#include <render/GameRenderer.hpp>
|
||||||
|
|
||||||
@ -8,3 +9,5 @@ void drawHUD(ViewCamera& currentView, PlayerController* player,
|
|||||||
GameWorld* world, GameRenderer* render);
|
GameWorld* world, GameRenderer* render);
|
||||||
|
|
||||||
void drawOnScreenText(GameWorld* world, GameRenderer* renderer);
|
void drawOnScreenText(GameWorld* world, GameRenderer* renderer);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
@ -167,7 +167,7 @@ void ViewerWindow::loadGame(const QString& path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ViewerWindow::showObjectModel(uint16_t) {
|
void ViewerWindow::showObjectModel(uint16_t) {
|
||||||
#pragma message("implement me")
|
RW_MESSAGE("showObjectModel unimplemented"); // FIXME: unimplemented
|
||||||
}
|
}
|
||||||
|
|
||||||
void ViewerWindow::updateRecentGames() {
|
void ViewerWindow::updateRecentGames() {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#pragma once
|
|
||||||
#ifndef _ANIMATIONLISTMODEL_HPP_
|
#ifndef _ANIMATIONLISTMODEL_HPP_
|
||||||
#define _ANIMATIONLISTMODEL_HPP_
|
#define _ANIMATIONLISTMODEL_HPP_
|
||||||
#include <QAbstractItemModel>
|
#include <QAbstractItemModel>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#pragma once
|
|
||||||
#ifndef _DFFFRAMESTREEMODEL_HPP_
|
#ifndef _DFFFRAMESTREEMODEL_HPP_
|
||||||
#define _DFFFRAMESTREEMODEL_HPP_
|
#define _DFFFRAMESTREEMODEL_HPP_
|
||||||
#include <QAbstractItemModel>
|
#include <QAbstractItemModel>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#pragma once
|
|
||||||
#ifndef _IMGARCHIVEMODEL_HPP_
|
#ifndef _IMGARCHIVEMODEL_HPP_
|
||||||
#define _IMGARCHIVEMODEL_HPP_
|
#define _IMGARCHIVEMODEL_HPP_
|
||||||
#include <QAbstractItemModel>
|
#include <QAbstractItemModel>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#pragma once
|
|
||||||
#ifndef _MODELVIEWER_HPP_
|
#ifndef _MODELVIEWER_HPP_
|
||||||
#define _MODELVIEWER_HPP_
|
#define _MODELVIEWER_HPP_
|
||||||
#include <engine/GameData.hpp>
|
#include <engine/GameData.hpp>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#pragma once
|
|
||||||
#ifndef _ANIMATIONLISTWIDGET_HPP_
|
#ifndef _ANIMATIONLISTWIDGET_HPP_
|
||||||
#define _ANIMATIONLISTWIDGET_HPP_
|
#define _ANIMATIONLISTWIDGET_HPP_
|
||||||
#include <QDockWidget>
|
#include <QDockWidget>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#pragma once
|
|
||||||
#ifndef _ITEMLISTWIDGET_HPP_
|
#ifndef _ITEMLISTWIDGET_HPP_
|
||||||
#define _ITEMLISTWIDGET_HPP_
|
#define _ITEMLISTWIDGET_HPP_
|
||||||
#include <QDockWidget>
|
#include <QDockWidget>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#pragma once
|
|
||||||
#ifndef _MODELFRAMESWIDGET_HPP_
|
#ifndef _MODELFRAMESWIDGET_HPP_
|
||||||
#define _MODELFRAMESWIDGET_HPP_
|
#define _MODELFRAMESWIDGET_HPP_
|
||||||
#include <QDockWidget>
|
#include <QDockWidget>
|
||||||
|
Loading…
Reference in New Issue
Block a user