mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
12 lines
132 B
C++
12 lines
132 B
C++
#include "screen.h"
|
|
|
|
|
|
static bool gScreenTarget;
|
|
|
|
// @NotOk
|
|
// Globals
|
|
void Screen_TargetOn(bool value)
|
|
{
|
|
gScreenTarget = value;
|
|
}
|