46bb1d31 ^
1 2 3 4 5 6 7 8 9 10 11
#ifndef PIPE_H #define PIPE_H #include "common.h" void initializePipes(); BOOL createPipe(const char* name, uint32 bufferSize); BOOL destroyPipe(const char* name); BOOL existsPipe(const char* name); #endif // PIPE_H