added item base class for gold and potions

This commit is contained in:
2024-07-18 12:54:41 -04:00
parent 8704fdb7aa
commit dfea74ed42
9 changed files with 51 additions and 65 deletions

View File

@ -1,5 +1,5 @@
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#ifndef __OUTPUT_H__
#define __OUTPUT_H__
#include <ncurses.h>
#include <vector>