10 lines
137 B
C#
10 lines
137 B
C#
namespace MAME.Core
|
|
{
|
|
public partial class Drawgfx
|
|
{
|
|
public static int[] gfx_drawmode_table = new int[256];
|
|
|
|
|
|
|
|
}
|
|
} |