1111
This commit is contained in:
parent
66d0b0dbc0
commit
8de7f8fd07
@ -20,4 +20,3 @@ world.o: world.c world.h
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS) game
|
rm -f $(OBJS) game
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef _WORLD_H_
|
#ifndef _WORLD_H_
|
||||||
#define _WORLD_H_
|
#define _WORLD_H_
|
||||||
|
|
||||||
#include <ncurses.h>
|
#include "/usr/include/ncurses.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* World represented as a rectangular matrix of colorful characters.
|
* World represented as a rectangular matrix of colorful characters.
|
||||||
|
Loading…
Reference in New Issue
Block a user