11 lines
193 B
C++
11 lines
193 B
C++
#include "backend/looped/looped.hpp"
|
|
#include "util/mobile.hpp"
|
|
|
|
namespace big
|
|
{
|
|
void looped::self_off_radar()
|
|
{
|
|
if (g->self.off_radar)
|
|
mobile::lester::off_radar(g->self.off_radar);
|
|
}
|
|
} |