This file contains hidden or 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
#!/bin/bash | |
echo "hello world" |
This file contains hidden or 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
Doom3 Mac OSX execution unrolled by Xiaolu Li based on Fabien Sanglard http://fabiensanglard.net/doom3/doom3_unrolled.php | |
# SYNTAX | |
- a pair of + + after function/method call is unrolled part | |
- a pair of /* */ is a brief description of a blob | |
- // is the real comment mark | |
Unlike Windows version has a general entry point(WinMain), Mac OSX use NSApplicationMain(argc, argv) as delegation(of course) | |
- (void)applicationDidFinishLaunching:(NSNotification *)notification; |