Skip to content

Commit

Permalink
updated export statements
Browse files Browse the repository at this point in the history
  • Loading branch information
landrumb committed Oct 13, 2020
1 parent 8fe6829 commit 1b3efdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/objects.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export COLORS, MOVE_FORWARD, TURN_LEFT, TURN_RIGHT, UP, DOWN, LEFT, RIGHT, LRUD, EMPTY, WALL, GOAL, GEM
export MoveForward, AbstractObject, Empty, Wall, Goal, Door, Gem, Agent
export COLORS, MOVE_FORWARD, TURN_LEFT, TURN_RIGHT, UP, DOWN, LEFT, RIGHT, LRUD, EMPTY, WALL, GOAL, GEM, PICKUP, DROP
export MoveForward, AbstractObject, Empty, Wall, Goal, Door, Gem, Agent, Array_agent
export get_color

using Crayons
Expand Down

0 comments on commit 1b3efdc

Please sign in to comment.