mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-28 04:50:07 +00:00
10 lines
163 B
R
10 lines
163 B
R
|
#include "types.rez"
|
||
|
#include "main.h"
|
||
|
|
||
|
resource rToolStartup (rez_tools) {
|
||
|
mode320,
|
||
|
{
|
||
|
3, $0302, /* Misc Tool */
|
||
|
160, $0100 /* GTE */
|
||
|
}
|
||
|
};
|