Skip to content

Commit

Permalink
renderer: Create boundaries.cpp file for compilation checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Nov 7, 2024
1 parent 4223351 commit 5483dc6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions libopenage/renderer/camera/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_sources(libopenage
boundaries.cpp
camera.cpp
definitions.cpp
frustum_2d.cpp
Expand Down
9 changes: 9 additions & 0 deletions libopenage/renderer/camera/boundaries.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright 2024-2024 the openage authors. See copying.md for legal info.

#include "boundaries.h"


namespace openage::renderer::camera {


} // namespace openage::renderer::camera
2 changes: 1 addition & 1 deletion libopenage/renderer/camera/boundaries.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022-2024 the openage authors. See copying.md for legal info.
// Copyright 2024-2024 the openage authors. See copying.md for legal info.

#pragma once

Expand Down

0 comments on commit 5483dc6

Please sign in to comment.