![]() |
Wise&mystical
1.0
Project about Europe
|
#include <raylib.h>
#include "animations.h"
#include "cityOperations.h"
#include "quizLogic.h"
#include "timer.h"
Go to the source code of this file.
Functions | |
void | handleQuizInput (City activeCity, Option options[4], bool *showQuizPtr, bool *optionSelectedPtr, int *scorePtr, int *startNumPtr, int *endNumPtr, int *countUpstepPtr, bool *countUpDonePtr, int *bonusPtr) |
Handle mouse input relative to the quiz options. More... | |
void handleQuizInput | ( | City | activeCity, |
Option | options[4], | ||
bool * | showQuizPtr, | ||
bool * | optionSelectedPtr, | ||
int * | scorePtr, | ||
int * | startNumPtr, | ||
int * | endNumPtr, | ||
int * | countUpstepPtr, | ||
bool * | countUpDonePtr, | ||
int * | bonusPtr | ||
) |
Handle mouse input relative to the quiz options.
Definition at line 10 of file quizLogic.cpp.