Files
Project-Reboot-3.0/Project Reboot 3.0/globals.h
Milxnor 0d7b45cbbc a bit
start work on vending machines, fix some playlist specific things, fixed a bug with <s5 playlist looting,
2023-04-08 19:05:06 -04:00

9 lines
202 B
C++

#pragma once
namespace Globals
{
extern inline bool bCreative = false;
extern inline bool bGoingToPlayEvent = false;
extern inline bool bNoMCP = true;
extern inline bool bLogProcessEvent = false;
}