mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
add VehicleGeometry files
This commit is contained in:
17
src/openrct2/ride/VehicleGeometry.cpp
Normal file
17
src/openrct2/ride/VehicleGeometry.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/*****************************************************************************
|
||||
* Copyright (c) 2014-2025 OpenRCT2 developers
|
||||
*
|
||||
* For a complete list of all authors, please refer to contributors.md
|
||||
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
|
||||
*
|
||||
* OpenRCT2 is licensed under the GNU General Public License version 3.
|
||||
*****************************************************************************/
|
||||
|
||||
#include "VehicleGeometry.h"
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace OpenRCT2::RideVehicle::Geometry
|
||||
{
|
||||
|
||||
} // namespace OpenRCT2::RideVehicle::Geometry
|
||||
Reference in New Issue
Block a user