mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-15 06:36:33 +00:00
16 lines
529 B
C++
16 lines
529 B
C++
// DR. ROBOTNIK'S RING RACERS
|
|
//-----------------------------------------------------------------------------
|
|
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
|
// Copyright (C) 2024 by Kart Krew
|
|
//
|
|
// This program is free software distributed under the
|
|
// terms of the GNU General Public License, version 2.
|
|
// See the 'LICENSE' file for more details.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include "pass.hpp"
|
|
|
|
using namespace srb2;
|
|
using namespace srb2::hwr2;
|
|
|
|
Pass::~Pass() = default;
|