StuBS
|
#include "user/graphics/fire.h"
#include "utils/random.h"
#include "syscall/guarded_graphics.h"
#include "syscall/guarded_scheduler.h"
Functions | |
static Color | hslColor (int h, int s, int l) |
static int | abs (int a) |
Constants | |
GuardedGraphics | graphics |
static Random | rand (42) |
static Color | palette [256] |
static unsigned | fire [Fire::max_height+1][Fire::max_width] |
static Color | image [Fire::max_height *Fire::max_width] |
|
static |
|
static |
|
extern |
|
static |
|
static |
|
static |
|
static |