summaryrefslogtreecommitdiff
path: root/include/f_pc/f_pc_creator.h
blob: c23a3739ce8f3d8eb7bbbc5b6a5877df98f9206c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef F_PC_CREATOR_H_
#define F_PC_CREATOR_H_

#include "f_pc/f_pc_base.h"

typedef struct base_process_class base_process_class;

BOOL fpcCt_IsCreatingByID(fpc_ProcID id);
BOOL fpcCt_IsDoing(base_process_class* pProc);
BOOL fpcCt_Abort(base_process_class* pProc);
int fpcCt_Handler();

#endif