//
//  Vrml 97 library
//  Copyright (C) 1998 Chris Morley
//  Copyrights on some portions of the code are held by others as documented in the code.
//  Permission to use this code for any purpose is granted as long as all other copyrights
//  in the code are respected and this copyright statement is retained in the code and 
//  accompanying documentation both online and printed.
//

#ifdef	__cplusplus
extern "C" {
#endif

void HOOPSEvents();

#ifdef	__cplusplus
}
#endif
