Last active
December 22, 2016 06:25
-
-
Save Zerophase/61157250d632f0908590ce88b27cae24 to your computer and use it in GitHub Desktop.
Need to convert to sqlite.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef TFunction<FName(void)> Lambda; | |
Lambda c_0 = [this](void)->FName{ return (gameTime->Hour() < 19) ? TEXT("0x01000001000000D4") : TEXT("0x01000001000000E2"); }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment