Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Feb 6, 2024
1 parent e496eb9 commit 5b28f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ exec sbcl \
public static class PromptFont {~%")
(format stream "~& public const string ~a = ~s;~%" (to-c-name code-name) character)
(format stream "~& public const int ~a_INT = 0x~5,'0x;~%" (to-c-name code-name) codepoint)
(format stream "~&~
(format stream "~&
string Get(string name){
return (string)(typeof(PromptFont).GetProperty(name).GetValue(null));
}
Expand Down

0 comments on commit 5b28f7e

Please sign in to comment.