Seaside/SpyCustom/Other.hpp

15 lines
259 B
C++
Raw Normal View History

2021-06-16 18:43:45 +03:00
#ifndef OTHER
#define OTHER
#pragma once
#include "Interfaces.hpp"
#include "Options.hpp"
#include "sdk/c_baseentity.h"
void FlashlightRun(C_BasePlayer* local);
void NightvisionRun(C_BasePlayer* local);
void do_precipitation();
#endif OTHER