14 lines
627 B
SQL
14 lines
627 B
SQL
/**
|
|
******************************************************************************
|
|
* Xenia : Xbox 360 Emulator Research Project *
|
|
******************************************************************************
|
|
* Copyright 2022 Ben Vanik. All rights reserved. *
|
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
******************************************************************************
|
|
*/
|
|
|
|
// This is a partial file designed to be included by other files when
|
|
// constructing various tables.
|
|
|
|
XE_MODULE_EXPORT_GROUP(xbdm, Misc)
|