mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
10 lines
216 B
C
10 lines
216 B
C
#pragma once
|
|
|
|
#include "mortar_begin.h"
|
|
|
|
typedef struct MORTAR_Process MORTAR_Process;
|
|
|
|
extern MORTAR_DECLSPEC MORTAR_Process* MORTAR_CreateProcess(const char* const* args, bool pipe_stdio);
|
|
|
|
#include "mortar_end.h"
|