mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
15 lines
440 B
C
15 lines
440 B
C
#include "example_scene.h"
|
|
|
|
|
|
RoomShapeNormal example_room_0_shapeHeader = {
|
|
ROOM_SHAPE_TYPE_NORMAL,
|
|
ARRAY_COUNT(example_room_0_shapeDListsEntry),
|
|
example_room_0_shapeDListsEntry,
|
|
example_room_0_shapeDListsEntry + ARRAY_COUNT(example_room_0_shapeDListsEntry)
|
|
};
|
|
|
|
RoomShapeDListsEntry example_room_0_shapeDListsEntry[1] = {
|
|
{ example_room_0_shapeHeader_entry_0_opaque, example_room_0_shapeHeader_entry_0_transparent }
|
|
};
|
|
|