Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2005, 1:51:41 AM (18 years ago)
Author:
hdavid
Message:

branches\avi_play: some copy, pasta & delete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/lib/graphics/importer/movie_player.h

    r6330 r6339  
    44
    55*/
    6 
     6/*
    77#ifndef _MOVIE_PLAYER
    88#define _MOVIE_PLAYER
     
    1717#include "primitive_model.h"
    1818
    19 /* include base_object.h since all classes are derived from this one */
     19// include base_object.h since all classes are derived from this one
    2020#include "base_object.h"
    2121
    22 /* The state of the MoviePlayer */
     22// The state of the MoviePlayer
    2323typedef enum MP_STATUS {
    2424  PLAY,
     
    7171
    7272
    73 #endif /* _MOVIE_PLAYER */
     73#endif // _MOVIE_PLAYER
     74*/
Note: See TracChangeset for help on using the changeset viewer.