Assembled 2
A column based text editor
Loading...
Searching...
No Matches
start.h
Go to the documentation of this file.
1
31#ifndef AS_START_H
32#define AS_START_H
33
34#include <editor/config.h>
35
36#include <includes.h>
37
44
57struct AS_CfgTok *configure_start_screen(struct AS_CfgTok *token);
58
59#endif
void register_start_screen()
Definition start.c:251
struct AS_CfgTok * configure_start_screen(struct AS_CfgTok *token)
Definition start.c:258
Definition config.h:148