mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-06 07:55:05 -06:00
The File class now holds a list of connected sessions along with data unique to each session. A subfile is a window into an existing file. They have a few limitations compared to normal files: * They can't be written to. * They can't be flushed. * Their size can not be changed. * New subfiles can't be created from another subfile. |
||
|---|---|---|
| .. | ||
| am_app.cpp | ||
| am_app.h | ||
| am_net.cpp | ||
| am_net.h | ||
| am_sys.cpp | ||
| am_sys.h | ||
| am_u.cpp | ||
| am_u.h | ||
| am.cpp | ||
| am.h | ||