Skip to content

Commit

Permalink
Reorganize a bit and remove/localize some externs
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Dec 7, 2024
1 parent 63e167d commit 361a230
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 260 deletions.
2 changes: 1 addition & 1 deletion src/mged/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include "./mged_dm.h"
#include "./sedit.h"


extern void mged_finish(struct mged_state *s, int exitcode); /* in mged.c */
extern void update_grids(struct mged_state *s, fastf_t sf); /* in grid.c */
extern void set_localunit_TclVar(struct mged_state *s); /* in chgmodel.c */
extern void init_qray(void); /* in qray.c */
Expand Down
Loading

0 comments on commit 361a230

Please sign in to comment.