-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed error MSB3491: Could not write lines to file "Tutorial_Hlms05_C…
…ustomizationPerObjArbitraryData.dir\Debug\Tutorial.6235AE06.tlog\Tutorial_Hlms05_CustomizationPerObjArbitraryData.lastbuildstate". Path: Tutorial_Hlms05_CustomizationPerObjArbitraryData.dir\Debug\Tutorial.6235AE06.tlog\Tutorial_Hlms05_CustomizationPerObjArbitraryData.lastbuildstate exceeds the OS max path limit. The fully qualified file name must be less than 260 characters.
- Loading branch information
Showing
12 changed files
with
45 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
...tomizationPerObjArbitraryData/Tutorial_Hlms05_CustomizationPerObjArbitraryDataGameState.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...utorial_Hlms05_CustomizationPerObjData/Tutorial_Hlms05_CustomizationPerObjDataGameState.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
#ifndef Demo_Hlms05CustomizationPerObjDataGameState_H | ||
#define Demo_Hlms05CustomizationPerObjDataGameState_H | ||
|
||
#include "OgrePrerequisites.h" | ||
#include "TutorialGameState.h" | ||
|
||
namespace Demo | ||
{ | ||
class Hlms05CustomizationPerObjDataGameState : public TutorialGameState | ||
{ | ||
std::vector<Ogre::Item *> mChangingItems; | ||
|
||
public: | ||
Hlms05CustomizationPerObjDataGameState( const Ogre::String &helpDescription ); | ||
|
||
void createScene01() override; | ||
|
||
void update( float timeSinceLast ) override; | ||
}; | ||
} // namespace Demo | ||
|
||
#endif |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.