C++: Add a MaD model for 'CAtlFile' and mark reads as local flow sources.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-11-27 15:21:45 +00:00
parent dee47f2111
commit 74eae4a18d
4 changed files with 28 additions and 1 deletions

View File

@@ -133,5 +133,5 @@ struct CAtlFile : public CHandle {
void test_CAtlFile() {
CAtlFile catFile;
char buffer[1024];
catFile.Read(buffer, 1024); // $ MISSING: local_source
catFile.Read(buffer, 1024); // $ local_source
}