[nostalgia/scene] Start Scene package

This commit is contained in:
2020-06-29 12:13:19 -05:00
parent a199cf113a
commit c7e053668e
4 changed files with 90 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
* Copyright 2016 - 2020 gtalent2@gmail.com
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "scene.hpp"
namespace nostalgia::scene {
}