mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 08:22:58 +00:00
GDCC just updated after my feature request for remappable script type names, so there's no more limitations surrounding those.
23 lines
632 B
Text
23 lines
632 B
Text
//-----------------------------------------------------------------------------
|
|
//
|
|
// Copyright(C) 2015 David Hill
|
|
// Copyright(C) 2022 Sally Cochenour
|
|
//
|
|
// See COPYLIB for license information.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
//
|
|
// Header for target library libacs.
|
|
//
|
|
// Defines for Dr. Robotnik's Ring Racers' ACS.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef __GDCC_Header__ACS__rrcommon_acs__
|
|
#define __GDCC_Header__ACS__rrcommon_acs__
|
|
|
|
#include "rrspecial.acs"
|
|
#include "rrdefs.acs"
|
|
|
|
#endif//__GDCC_Header__ACS__rrcommon_acs__
|
|
|