diff options
Diffstat (limited to 'library/include/MemAccess.h')
| -rw-r--r-- | library/include/MemAccess.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/include/MemAccess.h b/library/include/MemAccess.h index 0e5f618e..a226018a 100644 --- a/library/include/MemAccess.h +++ b/library/include/MemAccess.h @@ -281,6 +281,9 @@ namespace DFHack /// get the DF Process FilePath std::string getPath(); + /// millisecond tick count, exactly as DF uses + uint32_t getTickCount(); + /// modify permisions of memory range bool setPermisions(const t_memrange & range,const t_memrange &trgrange); |
