Mercurial > minori
annotate include/sys/osx/filesystem.h @ 229:adc20fa321c1
theme: force Fusion style on platforms other than Win32 or OS X
I was reluctant to do this, but most of the other styles just
look like pure shite regardless of whether I force a stylesheet
on them or not. KDE's style is actually hilariously bad paired
with my stylesheet, so I've decided to also make the stylesheet
Windows-specific as well, because that's really the only platform
where it makes sense in the first place.
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Wed, 10 Jan 2024 21:23:57 -0500 |
| parents | 8548dc425697 |
| children |
| rev | line source |
|---|---|
| 5 | 1 #ifndef __sys__osx__filesystem_h |
| 2 #define __sys__osx__filesystem_h | |
| 15 | 3 |
| 5 | 4 #include <string> |
| 15 | 5 |
| 5 | 6 namespace osx { |
| 15 | 7 |
|
194
8548dc425697
sys/osx: remove all objective-c++ stuff
Paper <mrpapersonic@gmail.com>
parents:
15
diff
changeset
|
8 bool GetApplicationSupportDirectory(std::string& result); |
| 15 | 9 |
| 5 | 10 } |
| 15 | 11 |
| 5 | 12 #endif // __sys__osx__filesystem_h |
