dxx-rebirth/include/arch.h

12 lines
172 B
C
Raw Normal View History

2006-03-20 16:43:15 +00:00
// architecture specific things
#ifndef _ARCH_H
#define _ARCH_H
// called before anything else
void arch_init_start();
// called during startup
void arch_init();
#endif