xhads/source/effect.adb

21 lines
678 B
Ada

with core, effect;
use effect;
package body effect is
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
sprite : core.sprite;
------------------------------------------------------------------------------------------
procedure draw (value : in codex; x, y : in integer) is
begin
null;
end draw;
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
end effect;