uofw/include/common_header.h

17 lines
339 B
C
Raw Normal View History

/* Copyright (C) 2011, 2012 The uOFW team
See the file COPYING for copying permission.
*/
/* Common file for module headers, ie the headers that specify the exports & data structures of a module */
#ifndef COMMON_HEADER_H
#define COMMON_HEADER_H
#define COMMON_INCLUDED
#include "common/errors.h"
#include "common/types.h"
#endif