Mercurial > libanimone
view include/animone/util/osx.h @ 12:52927e5118f9
dep/animone: header cleanup
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 08 May 2024 16:43:32 -0400 |
parents | cce3a81b03bf |
children |
line wrap: on
line source
#ifndef ANIMONE_ANIMONE_UTIL_OSX_H_ #define ANIMONE_ANIMONE_UTIL_OSX_H_ #include "animone/types.h" #include <cstdint> #include <string> #include <memory> #include <CoreFoundation/CoreFoundation.h> namespace animone::internal::osx::util { bool GetProcessName(pid_t pid, std::string& result); } // namespace animone::internal::osx::util #endif // ANIMONE_ANIMONE_UTIL_OSX_H_