22 #ifndef AGS_ENGINE_DEBUGGING_FILE_BASED_AGS_DEBUGGER_H 23 #define AGS_ENGINE_DEBUGGING_FILE_BASED_AGS_DEBUGGER_H 25 #include "ags/engine/debugging/ags_editor_debugger.h" 32 bool Initialize()
override;
33 void Shutdown()
override;
34 bool SendMessageToEditor(
const char *message)
override;
35 bool IsMessageAvailable()
override;
36 char *GetNextMessage()
override;
40 extern const char *SENT_MESSAGE_FILE_NAME;
Definition: file_based_ags_debugger.h:29
Definition: ags_editor_debugger.h:27