Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Features » Arcade/!Hive/h/useful
Arcade/!Hive/h/useful
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Features |
Filename: | Arcade/!Hive/h/useful |
Read OK: | ✔ |
File size: | 0183 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
extern signed char sine_table[360]; extern int sine_value; void print_message(char *msg, int x, int y, BOOL wiggle); /* Who needs commented header files when you have ** commented function names? :-) */ void make_lots_of_particles_everywhere(int x, int y, int number); void make_explosion(int x, int y); void load_scoring(void); void delete_alien(struct game_object *obj);
00000000 65 78 74 65 72 6e 20 73 69 67 6e 65 64 20 63 68 |extern signed ch| 00000010 61 72 20 20 20 20 20 20 20 73 69 6e 65 5f 74 61 |ar sine_ta| 00000020 62 6c 65 5b 33 36 30 5d 3b 0a 65 78 74 65 72 6e |ble[360];.extern| 00000030 20 69 6e 74 20 20 20 20 09 09 20 73 69 6e 65 5f | int .. sine_| 00000040 76 61 6c 75 65 3b 0a 0a 76 6f 69 64 20 70 72 69 |value;..void pri| 00000050 6e 74 5f 6d 65 73 73 61 67 65 28 63 68 61 72 20 |nt_message(char | 00000060 2a 6d 73 67 2c 20 69 6e 74 20 78 2c 20 69 6e 74 |*msg, int x, int| 00000070 20 79 2c 20 42 4f 4f 4c 20 77 69 67 67 6c 65 29 | y, BOOL wiggle)| 00000080 3b 0a 2f 2a 20 57 68 6f 20 6e 65 65 64 73 20 63 |;./* Who needs c| 00000090 6f 6d 6d 65 6e 74 65 64 20 68 65 61 64 65 72 20 |ommented header | 000000a0 66 69 6c 65 73 20 77 68 65 6e 20 79 6f 75 20 68 |files when you h| 000000b0 61 76 65 0a 2a 2a 20 63 6f 6d 6d 65 6e 74 65 64 |ave.** commented| 000000c0 20 66 75 6e 63 74 69 6f 6e 20 6e 61 6d 65 73 3f | function names?| 000000d0 20 3a 2d 29 0a 2a 2f 0a 76 6f 69 64 20 6d 61 6b | :-).*/.void mak| 000000e0 65 5f 6c 6f 74 73 5f 6f 66 5f 70 61 72 74 69 63 |e_lots_of_partic| 000000f0 6c 65 73 5f 65 76 65 72 79 77 68 65 72 65 28 69 |les_everywhere(i| 00000100 6e 74 20 78 2c 20 69 6e 74 20 79 2c 20 69 6e 74 |nt x, int y, int| 00000110 20 6e 75 6d 62 65 72 29 3b 0a 76 6f 69 64 20 6d | number);.void m| 00000120 61 6b 65 5f 65 78 70 6c 6f 73 69 6f 6e 28 69 6e |ake_explosion(in| 00000130 74 20 78 2c 20 69 6e 74 20 79 29 3b 0a 76 6f 69 |t x, int y);.voi| 00000140 64 20 6c 6f 61 64 5f 73 63 6f 72 69 6e 67 28 76 |d load_scoring(v| 00000150 6f 69 64 29 3b 0a 76 6f 69 64 20 64 65 6c 65 74 |oid);.void delet| 00000160 65 5f 61 6c 69 65 6e 28 73 74 72 75 63 74 20 67 |e_alien(struct g| 00000170 61 6d 65 5f 6f 62 6a 65 63 74 20 2a 6f 62 6a 29 |ame_object *obj)| 00000180 3b 0a 0a |;..| 00000183