mirror of https://github.com/n64decomp/mk64.git
clang format (#682)
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com> Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
parent
817979416f
commit
9cb6bf66d5
|
|
@ -336,12 +336,7 @@ enum KART_AI_BEHAVIOURS {
|
|||
BEHAVIOUR_MAX_SPEED
|
||||
};
|
||||
|
||||
enum DIRECTION {
|
||||
NORTH,
|
||||
EAST,
|
||||
SOUTH,
|
||||
WEST
|
||||
};
|
||||
enum DIRECTION { NORTH, EAST, SOUTH, WEST };
|
||||
|
||||
/**
|
||||
* @brief Balloon status
|
||||
|
|
|
|||
Loading…
Reference in New Issue