mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-03 12:31:57 +00:00
include head.h to have emile_l2_header_t definition
This commit is contained in:
parent
e8bbbe07bf
commit
7ee8215201
@ -7,6 +7,8 @@
|
|||||||
#ifndef __VGA_H__
|
#ifndef __VGA_H__
|
||||||
#define __VGA_H__
|
#define __VGA_H__
|
||||||
|
|
||||||
|
#include "head.h"
|
||||||
|
|
||||||
extern int vga_init(emile_l2_header_t* info);
|
extern int vga_init(emile_l2_header_t* info);
|
||||||
|
|
||||||
extern void vga_put(char c);
|
extern void vga_put(char c);
|
||||||
|
Loading…
Reference in New Issue
Block a user