egs_game: Forgot a function export.

This commit is contained in:
Loïc Hoguin 2011-02-27 14:06:31 +01:00
parent 6cbb987ab0
commit 72989f5332

View File

@ -19,6 +19,7 @@
-module(egs_game).
-export([keepalive/1, info/2, cast/3, raw/3, event/2]).
-export([char_load/2]). %% Hopefully temporary export.
-include("include/records.hrl").