forked from amberisvibin/bbs
11 lines
154 B
C
11 lines
154 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef SCREENS_H /* header guard */
|
|
#define SCREENS_H
|
|
|
|
#include "globals.h"
|
|
|
|
extern struct Screen screens[];
|
|
|
|
#endif
|