mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-27 09:33:43 +00:00
7 lines
100 B
C
7 lines
100 B
C
#ifndef EVENTS_H
|
|
#define EVENTS_H
|
|
|
|
#include <rwcore.h>
|
|
#include "skeleton.h"
|
|
|
|
#endif /* EVENTS_H */
|