Show
Ignore:
Timestamp:
10/07/08 20:42:00 (3 months ago)
Author:
mokehehe
Message:

ソース整理

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/haskell/nario/Actor.hs

    r20811 r20925  
    11{-# OPTIONS_GHC -fglasgow-exts #-} 
     2-- -*- mode: haskell; Encoding: UTF-8 -*- 
     3 
     4-- ゲーム内に登場するオブジェクト 
    25 
    36module Actor ( 
     
    1114import Multimedia.SDL (Surface) 
    1215 
     16import AppUtil (ImageResource, Rect) 
    1317import Event (Event) 
    14 import AppUtil (ImageResource, Rect) 
    1518import Field (Field) 
    1619import Player (Player) 
     
    3033        onHit pl ac = (pl, Nothing, []) 
    3134 
    32 -- ============================================================================ 
    3335 
    3436----