Ignore:
Timestamp:
Feb 9, 2000, 9:51:20 AM (26 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/glut_space.c

    r2595 r2689  
    1 
     1/* $Id: glut_space.c,v 1.2 2000-02-09 08:46:16 jeroen Exp $ */
    22/* Copyright (c) Mark J. Kilgard, 1994. */
    33
     
    88#include "glutint.h"
    99
    10 void APIENTRY 
     10void APIENTRY
    1111glutSpaceballMotionFunc(GLUTspaceMotionCB spaceMotionFunc)
    1212{
     
    1717}
    1818
    19 void APIENTRY 
     19void APIENTRY
    2020glutSpaceballRotateFunc(GLUTspaceRotateCB spaceRotateFunc)
    2121{
     
    2626}
    2727
    28 void APIENTRY 
     28void APIENTRY
    2929glutSpaceballButtonFunc(GLUTspaceButtonCB spaceButtonFunc)
    3030{
Note: See TracChangeset for help on using the changeset viewer.