From 5306ec6809122ff525b2c6bf8b23a650faac78ca Mon Sep 17 00:00:00 2001 From: andreja6 Date: Thu, 12 Apr 2018 19:25:17 -0700 Subject: [PATCH] Fixed include issues --- Dialogs.aps | Bin 34384 -> 34384 bytes Dialogs.rc | 8 ++++---- G3DTest.suo | Bin 14336 -> 14336 bytes G3DTest.vcproj | 12 ++++++++++++ Instance.h | 1 + PhysicalInstance.cpp | 1 - TextButtonInstance.cpp | 2 ++ main.cpp | 2 ++ resource.h | 4 ++-- 9 files changed, 23 insertions(+), 7 deletions(-) diff --git a/Dialogs.aps b/Dialogs.aps index b79ce96754075b4c617f09c2415d82ed62337688..499e801f159f1d646f5d3d53aa6a2898b518b14a 100644 GIT binary patch delta 53 zcmcc6!*rpCX@iX0WE(fB$;^z>%*G51n?u|ptQmbLuWhtswBP)^F_V$eZE|39Ia4>+ J=2OjWOaR&W5*Gjf delta 53 zcmcc6!*rpCX@iX0WM)QbW+MiM$x?1Io5S3~tQkEfuWhtswA%c?2s zApSQoP<`_S_RrjG48lOJ&}4pN?ag0={aM%;n1Osz5Px!s#Cc9eB_J1WR*9tlWM>}3 z&0i$XGeH&%Q zOfxXt=0B+mG@F4DL?8i><3VB~Kr8^nGC(W{#2_(wAXWil5C{iinBE8m25+!n6jTtT zC>kunz>owL0~wMG6{~@Y2?6O^sMs1H4e}`i!{i5o3Y*Uun6OQflVdcPe33l%P#c* diff --git a/G3DTest.vcproj b/G3DTest.vcproj index ecfb7d7..f73501d 100644 --- a/G3DTest.vcproj +++ b/G3DTest.vcproj @@ -262,6 +262,10 @@ RelativePath=".\PhysicalInstance.cpp" > + + + + + diff --git a/Instance.h b/Instance.h index 26cfbce..fe087c0 100644 --- a/Instance.h +++ b/Instance.h @@ -1,3 +1,4 @@ +#include #pragma once class Instance diff --git a/PhysicalInstance.cpp b/PhysicalInstance.cpp index e08b6e5..ba022a0 100644 --- a/PhysicalInstance.cpp +++ b/PhysicalInstance.cpp @@ -1,4 +1,3 @@ -#include #include "PhysicalInstance.h" bool canCollide = true; diff --git a/TextButtonInstance.cpp b/TextButtonInstance.cpp index 5361714..13249ab 100644 --- a/TextButtonInstance.cpp +++ b/TextButtonInstance.cpp @@ -1,5 +1,7 @@ #include "TextButtonInstance.h" + + TextButtonInstance::TextButtonInstance(void) { } diff --git a/main.cpp b/main.cpp index 8fea3d3..dab0cf3 100644 --- a/main.cpp +++ b/main.cpp @@ -268,6 +268,8 @@ void Demo::onUserInput(UserInput* ui) { if(ui->keyPressed(SDLK_LSHIFT)) { app->debugController.setMoveRate(20); + + } else if(ui->keyReleased(SDLK_LSHIFT)) { diff --git a/resource.h b/resource.h index 1ba2fe9..edbb9ef 100644 --- a/resource.h +++ b/resource.h @@ -2,10 +2,10 @@ // Microsoft Visual C++ generated include file. // Used by Dialogs.rc // -#define IDD_FORMVIEW 101 #define IDD_TOOLBOX 101 #define IDD_ABOUT_DIALOG 102 #define IDC_AXBROWSER1 1001 +#define IDC_BUTTON1 1002 // Next default values for new objects // @@ -13,7 +13,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 106 #define _APS_NEXT_COMMAND_VALUE 40004 -#define _APS_NEXT_CONTROL_VALUE 1002 +#define _APS_NEXT_CONTROL_VALUE 1003 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif