aboutsummaryrefslogtreecommitdiff
path: root/old/2021-11-10-beforeremovingchecker/commands.h
blob: f2703fa8feab692fb9e5a9ed9d2e7956165f1451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef COMMANDS_H
#define COMMANDS_H

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

#define NCOMMANDS       10

void                    free_args(CommandArgs *args);

extern Command *        commands[NCOMMANDS];

#endif

Generated with cgit - Back to sebastiano.tronto.net