|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "stdafx.h"#include "FRED.h"#include "WaypointPathDlg.h"#include "Management.h"#include "MainFrm.h"#include "object/object.h"#include "object/waypoint.h"#include "globalincs/linklist.h"#include "ship/ship.h"#include "ai/aigoals.h"#include "starfield/starfield.h"#include "jumpnode/jumpnode.h"#include "iff_defs/iff_defs.h"Go to the source code of this file.
Macros | |
| #define | ID_JUMP_NODE_MENU 8000 |
| #define | ID_WAYPOINT_MENU 9000 |
| #define ID_JUMP_NODE_MENU 8000 |
Definition at line 26 of file waypointpathdlg.cpp.
| #define ID_WAYPOINT_MENU 9000 |
Definition at line 27 of file waypointpathdlg.cpp.