uofw/include/common_imp.h
2021-10-16 19:58:07 +02:00

26 lines
491 B
C

/* Copyright (C) 2011, 2012 The uOFW team
See the file COPYING for copying permission.
*/
/* Common file for module implementations */
#ifndef COMMON_IMP_H
#define COMMON_IMP_H
#define COMMON_INCLUDED
#include "common/types.h"
#include "common/allegrex.h"
#include "common/cop0.h"
#include "common/debug.h"
#include "common/errors.h"
#include "common/hardware.h"
#include "common/inline.h"
#include "common/memory.h"
#include "common/module.h"
#include "common/registers.h"
#endif