#4 Added player and object data types

This commit is contained in:
Tibo De Peuter 2022-12-15 18:08:33 +01:00
parent 0257bb8220
commit 4c1f25e49d
3 changed files with 80 additions and 1 deletions

View file

@ -11,8 +11,11 @@ library
gloss >= 1.11 && < 1.14, gloss-juicy >= 0.2.3
exposed-modules:
RPGEngine,
-- Control
Input, InputHandling,
Game, State,
-- Data
Game, Internals, Player, State,
-- Render
Render
executable rpg-engine