Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Graph.h
Go to the documentation of this file.
1// [ARCHIVED - Phase 1 ATS VS - 2026-03-08]
2// Ce fichier est archivé. La struct Graph (Node id/type/x/y seulement) est
3// insuffisante pour l'ATS Visual Scripting.
4// Utiliser TaskGraphTemplate (Source/TaskSystem/TaskGraphTemplate.h) à la place.
5// L'original est conservé dans Source/_deprecated/Graph_legacy.h
6// Voir : Documentation/ATS_VS_Phase1_Migration_Notes.md
7#pragma once
8// Include legacy pour ne pas casser les includes existants pendant la migration
9#include "../_deprecated/Graph_legacy.h"