mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
MUTATIONOFJB: Fix warnings for header search failure.
WARNING: Can't find following headers in User or System Include Paths "task.h"
This commit is contained in:
parent
af4cc5a610
commit
be27b2a672
@ -24,12 +24,11 @@
|
||||
#define MUTATIONOFJB_TASKMANAGER_H
|
||||
|
||||
#include "common/array.h"
|
||||
#include "task.h"
|
||||
#include "mutationofjb/tasks/task.h"
|
||||
|
||||
namespace MutationOfJB {
|
||||
|
||||
class Game;
|
||||
class Task;
|
||||
|
||||
/**
|
||||
* Handles task management.
|
||||
|
Loading…
Reference in New Issue
Block a user