mirror of
https://github.com/iAmInActions/SpaceCadetPinballPPC.git
synced 2026-08-15 05:16:36 +00:00
7 lines
168 B
C++
7 lines
168 B
C++
#include "pch.h"
|
|
#include "TEdgeManager.h"
|
|
|
|
void TEdgeManager::edges_insert_square(float a1, float a2, float a3, float a4, TEdgeSegment* a5, field_effect_type* a6)
|
|
{
|
|
}
|