moved code here. still needs to update gh
This commit is contained in:
14
terrarium_bk/terrarium/ascii_plant_data.h
Normal file
14
terrarium_bk/terrarium/ascii_plant_data.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/******************************************************************************
|
||||
* ascii_plant_data.h
|
||||
*
|
||||
* Exposes function(s) to retrieve the 10-line ASCII art for each of the 40 plants.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef ASCII_PLANT_DATA_H
|
||||
#define ASCII_PLANT_DATA_H
|
||||
|
||||
/* Returns the line-th line (0..9) of ASCII art for plant index (0..39). */
|
||||
const char* getPlantArt(int plantIndex, int line);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user