9 lines
263 B
C
9 lines
263 B
C
#include <engine.h>
|
|
|
|
/*
|
|
inventory is a grid that have an item focused,
|
|
the item focused have a description and stats windows on the left,
|
|
the focused item is either the one under the mouse
|
|
or can be choosen using arrow keys (easier controller support)
|
|
*/
|