mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-12-19 04:12:40 -05:00
090beefd07
winmain uninit. message_handler tweaks.
8 lines
101 B
C++
8 lines
101 B
C++
#include "pch.h"
|
|
#include "TRamp.h"
|
|
|
|
|
|
void TRamp::port_draw()
|
|
{
|
|
TCollisionComponent::port_draw();
|
|
}
|