stmbl/shared/commands.h

10 lines
101 B
C
Raw Permalink Normal View History

2017-02-25 21:47:06 +00:00
#pragma once
#define COMMAND(c,p)
typedef struct{
char name[32];
void (*ptr)(char *);
}cmd_t;