From ee1256a676744da3257d5c2ad6fea5dd9b870bfd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 2 Jan 2024 18:38:38 +0100 Subject: [RCFILE] Add a function to quickly get current process name --- src/include/rcfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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 -- cgit 1.4.1