File: CocoaToolkit.h

package info (click to toggle)
vimix 0.8.5c%2Bgit20251123%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88,340 kB
  • sloc: cpp: 94,323; ansic: 34,427; makefile: 373; objc: 97; xml: 83; sh: 45
file content (14 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef COCOA_TOOLKIT_H
#define COCOA_TOOLKIT_H

#ifndef APPLE
#error "This file is only meant to be compiled for Mac OS X targets"
#endif

namespace CocoaToolkit {

void * get_current_nsopengl_context();

};

#endif // COCOA_TOOLKIT_H