12 lines
211 B
C
12 lines
211 B
C
#ifndef SHOW_H_
|
|
#define SHOW_H_
|
|
|
|
#include "state.h"
|
|
|
|
void point(struct State* state);
|
|
void pointS(struct State* state);
|
|
void pointQuote(struct State* state);
|
|
void crCmd(struct State* state);
|
|
|
|
|
|
#endif // SHOW_H_
|