-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
28 additions
and
21 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
// Copyright © 2015 Mikko Ronkainen <[email protected]> | ||
// License: MIT, see the LICENSE file. | ||
|
||
#include "stdafx.h" | ||
// when using precompiled headers with this file, the deserialization of XML files will crash in release mode | ||
//#include "stdafx.h" | ||
|
||
#include "tinyformat/tinyformat.h" | ||
|
||
#include "cereal/cereal.hpp" | ||
#include "cereal/archives/json.hpp" | ||
#include "cereal/archives/xml.hpp" | ||
#include "cereal/archives/binary.hpp" | ||
#include "cereal/types/vector.hpp" | ||
#include "cereal/types/string.hpp" | ||
|
||
#include "Raytracing/Scene.h" | ||
#include "Raytracing/Primitives/Primitive.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
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