diff options
| author | Alexander Gavrilov | 2012-09-05 19:45:45 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-09-05 19:45:45 +0400 |
| commit | 57086ac56eb489abd0c7759aed084020edc71148 (patch) | |
| tree | 06b3e64f5f9114ae762ca1d2a99d08382a63ce23 /library/include | |
| parent | 27f169e298e658f3957aa2db1f76fe8aa20caef7 (diff) | |
| download | dfhack-57086ac56eb489abd0c7759aed084020edc71148.tar.gz dfhack-57086ac56eb489abd0c7759aed084020edc71148.tar.bz2 dfhack-57086ac56eb489abd0c7759aed084020edc71148.tar.xz | |
Add stock MessageBox and InputBox dialog screens for lua scripts.
Diffstat (limited to 'library/include')
| -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); |
