mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-18 02:05:21 +00:00
11
include/Kyoto/Streams/COutputStream.hpp
Normal file
11
include/Kyoto/Streams/COutputStream.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _COUTPUTSTREAM_HPP
|
||||
#define _COUTPUTSTREAM_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class COutputStream {
|
||||
public:
|
||||
void WriteBits(int val, int bitCount);
|
||||
};
|
||||
|
||||
#endif // _COUTPUTSTREAM_HPP
|
||||
Reference in New Issue
Block a user