WIP sdl renderer

This commit is contained in:
Lukas Nöllemeyer 2024-08-19 16:06:29 +02:00
parent 68aa90cac8
commit ef3f64bfa2
3 changed files with 22 additions and 11 deletions

1
g.py
View file

@ -5,6 +5,7 @@ from __future__ import annotations
import tcod.console
import tcod.context
import tcod.ecs
import tcod.sdl.video
import tcod.tileset
import tcod.sdl.render
import tcod.render