Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions qtfred/src/mission/Editor.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ class Editor : public QObject {

bool rename_wing(int wing, const SCP_string& new_name, bool rename_members = true);

// DA 1/7/99 These ship names are not variables
int rename_ship(int ship, const char* name);

/**
* @brief Delete a whole wing, leaving ships intact but wingless.
*
Expand Down Expand Up @@ -319,9 +322,6 @@ class Editor : public QObject {

int invalidate_references(const char* name, sexp_ref_type type);

// DA 1/7/99 These ship names are not variables
int rename_ship(int ship, const char* name);

void delete_reinforcement(int num);

// changes the currently selected wing. It is assumed that cur_wing == cur_ship's wing
Expand Down
Loading
Loading