mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
11 lines
220 B
C++
11 lines
220 B
C++
|
|
/* broad_phase_2d_sw.cpp */
|
|
|
|
|
|
#include "broad_phase_2d_sw.h"
|
|
|
|
BroadPhase2DSW::CreateFunction BroadPhase2DSW::create_func = nullptr;
|
|
|
|
BroadPhase2DSW::~BroadPhase2DSW() {
|
|
}
|