Blender  V3.3
GHOST_SystemPathsCocoa.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2010 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #ifndef __APPLE__
11 # error Apple OSX only!
12 #endif // __APPLE__
13 
14 #include "GHOST_SystemPaths.h"
15 
17  public:
22 
27 
33  const char *getSystemDir(int version, const char *versionstr) const;
34 
40  const char *getUserDir(int version, const char *versionstr) const;
41 
47 
52  const char *getBinaryDir() const;
53 
57  void addToSystemRecentFiles(const char *filename) const;
58 };
GHOST_TUserSpecialDirTypes
Definition: GHOST_Types.h:562
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
const char * getUserDir(int version, const char *versionstr) const
const char * getUserSpecialDir(GHOST_TUserSpecialDirTypes type) const
const char * getSystemDir(int version, const char *versionstr) const
const char * getBinaryDir() const
void addToSystemRecentFiles(const char *filename) const