verify that parsing saved file is successful
This commit is contained in:
@@ -13,6 +13,7 @@ int KEY_Z = GLFW_KEY_Z;
|
||||
int KEY_S = GLFW_KEY_S;
|
||||
int KEY_E = GLFW_KEY_E;
|
||||
int KEY_I = GLFW_KEY_I;
|
||||
int KEY_L = GLFW_KEY_L;
|
||||
|
||||
// Calls function exported from SML
|
||||
void mouseMoveCallback(GLFWwindow *window, double xpos, double ypos) {
|
||||
|
||||
@@ -44,4 +44,6 @@ struct
|
||||
_symbol "KEY_E" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_I, _) =
|
||||
_symbol "KEY_I" public : ( unit -> int ) * ( int -> unit );
|
||||
val (KEY_L, _) =
|
||||
_symbol "KEY_L" public : ( unit -> int ) * ( int -> unit );
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user