mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-11 03:32:10 +08:00
15 lines
259 B
C++
15 lines
259 B
C++
|
#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
|