Jo Engine
2024.04.28
Jo Sega Saturn Engine
|
Files | |
file | 3d.h [code] |
Jo Engine 3D basics. | |
file | audio.h [code] |
Jo Engine Function prototypes for audio. | |
file | background.h [code] |
Jo Engine Background definition and tools. | |
file | backup.h [code] |
Jo Engine saving features function prototypes. | |
file | colors.h [code] |
Jo Engine Standard colors. | |
file | conf.h [code] |
Jo Engine Internal configuration. | |
file | console.h [code] |
Jo Engine Console function prototypes. | |
file | console_builtins.h [code] |
Jo Engine Internal Console commands. | |
file | core.h [code] |
Jo Engine core function prototypes. | |
file | effects.h [code] |
Jo Engine Function prototypes special effects (Laser beam, etc) | |
file | font.h [code] |
Jo Engine Simple ASCII Font & print support. | |
file | fs.h [code] |
Jo Engine File System function prototypes. | |
file | hitbox.h [code] |
Jo Engine Hitbox and tools. | |
file | image.h [code] |
Jo Engine Image definition and tools. | |
file | input.h [code] |
Jo Engine Gamepad functions. | |
file | jo.h [code] |
Jo Engine Main Header. | |
file | keyboard.h [code] |
Jo Engine Keyboard function prototypes. | |
file | list.h [code] |
Jo Engine Linked list helper. | |
file | malloc.h [code] |
Jo Engine Malloc. | |
file | map.h [code] |
Jo Engine MAP file (sprite map) | |
file | math.h [code] |
Jo Engine Math tools. | |
file | mode7.h [code] |
Jo Engine Mode7. | |
file | palette.h [code] |
Jo Engine Palette Handling. | |
file | physics.h [code] |
Jo Engine File Physics function prototypes. | |
file | sega_saturn.h [code] |
Jo Engine Sega Saturn constants (addresses, memory sizes, etc) | |
file | sgl_prototypes.h [code] |
SGL prototypes. | |
file | smpc.h [code] |
System Management & Peripheral Control. | |
file | software_renderer.h [code] |
Fast Triangle based software renderer using fixed number. | |
file | sprite_animator.h [code] |
Jo Engine Sprite Animator. | |
file | sprites.h [code] |
Jo Engine Sprite definition and tools. | |
file | storyboard.h [code] |
Jo Engine Storyboard Animation function prototypes. | |
file | tga.h [code] |
Jo Engine Truevision Targa format support. | |
file | time.h [code] |
Time Management. | |
file | tools.h [code] |
Jo Engine Tools (printf, etc,) | |
file | types.h [code] |
Jo Engine Types. | |
file | vdp1_command_pipeline.h [code] |
VDP1 command table handling. | |
file | vdp2.h [code] |
Jo Engine VDP2 definition and tools. | |
file | vdp2_malloc.h [code] |
VDP2 memory allocation (cell, map, rotation, scroll, etc) | |
file | video.h [code] |
Jo Engine Video Player (Sega FILM/CPK File Format) | |
file | voxel.h [code] |
Jo Engine Voxel renderer. | |