Skip to content

Commit

Permalink
Update Char.h
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesZHI authored Jan 13, 2020
1 parent 9612e22 commit 7511b0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Char.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef CHAR_H_
#define CHAR_H_

class Char
{
public:
Expand All @@ -21,3 +24,5 @@ class Char
char ch;
int color;
};

#endif

0 comments on commit 7511b0e

Please sign in to comment.