Changeset 00acd66 in mainline for uspace/app/tetris


Ignore:
Timestamp:
2007-06-23T13:34:01Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
72381f1
Parents:
3ae470a
Message:

New, better-structured, directory layout for uspace.

Location:
uspace/app/tetris
Files:
11 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/Makefile

    r3ae470a r00acd66  
    1 LIBC_PREFIX = ../libc
    2 SOFTINT_PREFIX = ../softint
     1LIBC_PREFIX = ../../lib/libc
     2SOFTINT_PREFIX = ../../lib/softint
    33include $(LIBC_PREFIX)/Makefile.toolchain
    44
  • uspace/app/tetris/input.c

    r3ae470a r00acd66  
    5858
    5959#include <async.h>
    60 #include "../console/console.h"
     60#include "../../srv/console/console.h"
    6161
    6262/* return true iff the given timeval is positive */
  • uspace/app/tetris/screen.c

    r3ae470a r00acd66  
    5757#include "screen.h"
    5858#include "tetris.h"
    59 #include "../console/console.h"
     59#include "../../srv/console/console.h"
    6060
    6161static cell curscreen[B_SIZE];  /* 1 => standout (or otherwise marked) */
Note: See TracChangeset for help on using the changeset viewer.