diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-02 18:38:38 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-02 18:38:38 +0100 |
| commit | ee1256a676744da3257d5c2ad6fea5dd9b870bfd (patch) | |
| tree | 8c7fed6fc01a2905000d33f92ab8e2072aa49aec /src/include | |
| parent | a9837a3aaf83ecddb3d4dff788b2ba48c94e7e82 (diff) | |
| download | box64-ee1256a676744da3257d5c2ad6fea5dd9b870bfd.tar.gz box64-ee1256a676744da3257d5c2ad6fea5dd9b870bfd.zip | |
[RCFILE] Add a function to quickly get current process name
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/rcfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/rcfile.h b/src/include/rcfile.h index ebad7048..3c8218cb 100644 --- a/src/include/rcfile.h +++ b/src/include/rcfile.h @@ -4,5 +4,6 @@ void LoadRCFile(const char* filename); void DeleteParams(void); void ApplyParams(const char* name); +const char* GetLastApplyName(); #endif //__RCFILE_H__ \ No newline at end of file |