mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 02:25:52 -04:00
12 lines
309 B
C++
12 lines
309 B
C++
/**
|
|
|
|
GDevelop - Timed Event Extension
|
|
Copyright (c) 2011-2016 Florian Rival (Florian.Rival@gmail.com)
|
|
This project is released under the MIT License.
|
|
*/
|
|
|
|
#include "TimedEventsManager.h"
|
|
|
|
std::map < RuntimeScene* , TimedEventsManager > TimedEventsManager::managers; //List of managers associated with scenes.
|
|
|