File API #90
Labels
c++
involves C++ code
good first issue
Simple thing, suitable for newcomers
nice new thing ☺
adds new functionality
nyan should provide a file api that we can inherit from.
Then we can natively interface to the openage file abstraction and do not need to read the whole file in the engine. Basically a
class nyan::Filesystem
that is specialized by openage. Ideally, the returned file lazily accesses all data throughopenage::util::File
.The text was updated successfully, but these errors were encountered: