Skip to content

Commit

Permalink
Updated io.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Aug 2, 2024
1 parent da018cf commit a1acfb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aqvm/base/io/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
#include "aqvm/base/file/file.h"
#include "aqvm/base/threading/mutex/mutex.h"

extern AqvmBaseThreadingMutex_Mutex AqvmBaseIo_printMutex;
extern AqvmBaseThreadingMutex_Mutex AqvmBaseIo_inputMutex;
extern AqvmBaseThreadingMutex_Mutex AqvmBaseIo_outputMutex;

extern struct AqvmBaseFile_File* AqvmBaseIo_stdout;
extern struct AqvmBaseFile_File* AqvmBaseIo_stdin;
Expand Down

0 comments on commit a1acfb8

Please sign in to comment.