remove unnneded headers; reorganization

This commit is contained in:
2025-11-30 01:20:14 -06:00
parent 5fd83c6928
commit c1534dfe44
42 changed files with 617 additions and 1101 deletions

View File

@@ -8,7 +8,7 @@ var surface = use('surface')
input.watch($_)
// Create SDL video actor
var video_actor = use('sdl_video');
var video_actor = use('sdl/video');
var camera = use('camera')
var window_id = null;