/* Private context for Richardson iteration */ #pragma once #include typedef struct { int dummy; } SNES_NRichardson;