home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
fermiVogle.tar.Z
/
fermiVogle.tar
/
devel
/
src
/
yobbarays.c
< prev
Wrap
C/C++ Source or Header
|
1996-02-07
|
466b
|
30 lines
#include "vogle.h"
struct YOBBA {
union {
struct {
unsigned alpha : 1;
unsigned beta : 2;
unsigned fixe : 3;
unsigned kralb : 1;
} vals;
struct {
unsigned char yobbav;
} yobbavals;
} yobba;
} *yobbaray;
/*
* yobbarays
*
* Turns on (or off) yobba rays, as described by Larry Dart's friend.
*
* onoff <> 0 - YOBBARAYS ON.
* onoff = 0 - YOBBARAYS OFF.
*/
void
yobbarays(int onoff)
{
yobbaray = (struct YOBBA *)onoff;
}