Skip to content
Snippets Groups Projects
Commit 8b07ddec authored by Lukas Güldenstein's avatar Lukas Güldenstein
Browse files

Deletes unused file

parent 13b514e4
No related branches found
No related tags found
No related merge requests found
#ifndef _MESSAGES_H
#define _MESSAGES_H
struct WordleMessage {
enum WORDLE_MESSAGE_TYPE { IDENTITY, GUESS, GUESS_RSP };
WORDLE_MESSAGE_TYPE type;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment