RingRacers/src/m_avrecorder.hpp
Sally Coolatta 7dfa597c7d SRB2 -> DRRR copyright in src, acs, android folder
Be consistent with toaster's recent changes to copyright
2024-04-05 02:08:23 -04:00

20 lines
647 B
C++

// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by James Robert Roman
// 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.
//-----------------------------------------------------------------------------
#ifndef __M_AVRECORDER_HPP__
#define __M_AVRECORDER_HPP__
#include <memory> // shared_ptr
#include "media/avrecorder.hpp"
extern std::shared_ptr<srb2::media::AVRecorder> g_av_recorder;
#endif // __M_AVRECORDER_HPP__