This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
game-project/source/world/package.d

10 lines
166 B
D
Raw Normal View History

2023-10-02 13:03:07 +00:00
module world;
public {
import world.world_object;
import world.entity;
import world.rigid;
2023-10-02 13:11:24 +00:00
import world.screen;
WorldObjectList worldContents;
2023-10-02 13:03:07 +00:00
}