plugy/PlugY/uberQuest.h
2017-01-23 20:34:12 +01:00

16 lines
410 B
C

/*=================================================================
File created by Yohann NICOLAS.
Uber Quest Management.
=================================================================*/
#pragma once
#include "common.h"
extern bool active_UberQuest;
void Install_UberQuest();
void resetQuestState();
/*================================= END OF FILE =================================*/