aboutsummaryrefslogtreecommitdiff
path: root/src/commands.h
blob: b7a4c36770223b73c457c102c31017055d58e2da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef COMMANDS_H
#define COMMANDS_H

#include <time.h>

#include "solve.h"
#include "steps.h"

void                    free_args(CommandArgs *args);
CommandArgs *           new_args();

extern Command *        commands[];

#endif

Generated with cgit - Back to sebastiano.tronto.net