mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4026
This commit is contained in:
parent
118499f3fa
commit
0b0e581b9a
|
@ -2,10 +2,10 @@
|
|||
#define BOINC_GRAPHICS_API_H
|
||||
|
||||
// The API (functions called by the app)
|
||||
extern "C"{
|
||||
|
||||
extern int boinc_init_graphics();
|
||||
extern int boinc_finish_graphics();
|
||||
}
|
||||
|
||||
// Functions that must be supplied by the app
|
||||
// application needs to define mouse, keyboard handlers
|
||||
//
|
||||
|
|
|
@ -16064,12 +16064,7 @@ Daniel 2004-08-06
|
|||
|
||||
Noaa 6 August 2004
|
||||
|
||||
- added extern "C" to boinc_init_graphics and boinc_finish_graphics
|
||||
in graphics_api.h
|
||||
- removed libglut.a from cvs, was accidentally in there
|
||||
|
||||
api/
|
||||
graphics_api.h
|
||||
|
||||
boincglut/lib/glut/
|
||||
libglut.a (removed)
|
Loading…
Reference in New Issue