Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
renames for files according to coding style: src/libs/sea*
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a authored and espkk committed Jan 6, 2022
1 parent ead0fdd commit 715c235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libs/ship/src/ship.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include "ship.h"
#include "AIFlowGraph.h"
#include "Track.h"
#include "ai_flow_graph.h"
#include "track.h"
#include "inlines.h"
#include "shared/mast_msg.h"
#include "shared/messages.h"
#include "shared/sail_msg.h"
#include "shared/sea_ai/Script_defines.h"
#include "shared/sea_ai/script_defines.h"
#include "shared/sound.h"

CREATE_CLASS(SHIP)
Expand Down

0 comments on commit 715c235

Please sign in to comment.