mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
InputStream.hpp was missing from the source file listing in CMake files, and added an important comment in the doc of InputStream::read (#349)
This commit is contained in:
parent
0edf79cb89
commit
ae11207cdf
@ -46,10 +46,13 @@ public :
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
virtual ~InputStream() {}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Read data from the stream
|
||||
///
|
||||
/// After reading, the stream's reading position must be
|
||||
/// advanced by the amount of bytes read.
|
||||
///
|
||||
/// \param data Buffer where to copy the read data
|
||||
/// \param size Desired number of bytes to read
|
||||
///
|
||||
|
@ -9,6 +9,7 @@ set(SRC
|
||||
${SRCROOT}/Err.cpp
|
||||
${INCROOT}/Err.hpp
|
||||
${INCROOT}/Export.hpp
|
||||
${INCROOT}/InputStream.hpp
|
||||
${SRCROOT}/Lock.cpp
|
||||
${INCROOT}/Lock.hpp
|
||||
${SRCROOT}/Mutex.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user