mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-03 14:06:03 +00:00
15 lines
389 B
C
15 lines
389 B
C
|
/*=================================================================
|
||
|
File created by Yohann NICOLAS.
|
||
|
|
||
|
Uber Quest Management.
|
||
|
|
||
|
=================================================================*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
extern bool active_UberQuest;
|
||
|
|
||
|
void Install_UberQuest();
|
||
|
void resetQuestState();
|
||
|
|
||
|
/*================================= END OF FILE =================================*/
|