Standardize todo syntax throughout code.

This commit is contained in:
Warwick 2023-08-17 15:48:09 +01:00
parent 553e46333b
commit 797cfeca05

View file

@ -2,7 +2,7 @@
// Make world structures accessible to both server and client
// Define moveable directions
// TODO eventually move over to a hash table so players can move through
// TODO: eventually move over to a hash table so players can move through
// exits defined in the room description like hatch, crack, door, etc.
typedef enum { NORTH, EAST, SOUTH, WEST } move_direction;