mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
11 lines
352 B
C++
11 lines
352 B
C++
#ifndef SYSPOSIX_DEBUG_WEBDEBUGTEMPLATE_H_
|
|
#define SYSPOSIX_DEBUG_WEBDEBUGTEMPLATE_H_
|
|
|
|
#include <stdlib.h>
|
|
|
|
class WebDebugConnection;
|
|
|
|
void WriteStandardHeader(WebDebugConnection * connection, const char * title);
|
|
void WriteStandardFooter(WebDebugConnection * connection, const char * user_script = NULL);
|
|
|
|
#endif // SYSPOSIX_DEBUG_WEBDEBUGTEMPLATE_H_
|