Ignore:
Timestamp:
Jul 28, 2015, 6:02:28 PM (9 years ago)
Author:
guerin
Message:

raycast: load textures from misc/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/raycast/main.c

    r673 r676  
    22#include "disp.h"
    33#include <stdio.h>
     4#include <malloc.h>
    45
    56// Exported functions
     
    1011        giet_tty_printf("[RAYCAST] entering main()\n");
    1112
     13        heap_init(0, 0);
    1214        dispInit();
    1315
Note: See TracChangeset for help on using the changeset viewer.