1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

rwviewer: Visual Studio does not know about #warning

This commit is contained in:
Anonymous Maarten 2018-06-07 01:51:37 +02:00
parent e4788b4229
commit 4f98e363ce

View File

@ -163,7 +163,7 @@ void ViewerWindow::openRecent() {
}
void ViewerWindow::showObjectModel(uint16_t) {
#warning implement me
#pragma message("implement me")
}
void ViewerWindow::updateRecentGames() {