mirror of
https://github.com/iAmInActions/SpaceCadetPinballPPC.git
synced 2026-08-15 05:16:36 +00:00
9 lines
101 B
C++
9 lines
101 B
C++
#include "pch.h"
|
|
#include "TRamp.h"
|
|
|
|
|
|
void TRamp::port_draw()
|
|
{
|
|
TCollisionComponent::port_draw();
|
|
}
|