2013-04-18 03:09:55 +00:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2009-03-07 08:35:01 +00:00
|
|
|
|
2009-07-26 09:52:35 +00:00
|
|
|
#ifndef _XFSTRUCTS_H
|
|
|
|
#define _XFSTRUCTS_H
|
|
|
|
|
2009-03-07 08:35:01 +00:00
|
|
|
#include "XFMemory.h"
|
2009-07-26 09:52:35 +00:00
|
|
|
|
|
|
|
#endif // _XFSTRUCTS_H
|