haiku/src/apps/clock
Jérôme Duval 69e65f2f57 replaced misc values with respective constants
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22762 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-29 19:10:30 +00:00
..
cl_view.cpp replaced misc values with respective constants 2007-10-29 19:10:30 +00:00
cl_view.h * fixed bug #1554, it seems my patch didn't make it in completely even after several trials 2007-10-14 23:10:53 +00:00
cl_wind.cpp * fix build in test environment 2007-10-21 15:52:56 +00:00
cl_wind.h * fixed bug #1554, it seems my patch didn't make it in completely even after several trials 2007-10-14 23:10:53 +00:00
clock.cpp * fixed bug #1554, it seems my patch didn't make it in completely even after several trials 2007-10-14 23:10:53 +00:00
clock.h * fixed bug #1554, it seems my patch didn't make it in completely even after several trials 2007-10-14 23:10:53 +00:00
Clock.rdef - Cleaned up soeveral Copyright strings. 2007-01-07 16:03:13 +00:00
Jamfile made Clock beos compatible 2006-02-01 16:09:16 +00:00
LICENSE It is accomplished ... 2002-07-09 12:24:59 +00:00
README.Clock It is accomplished ... 2002-07-09 12:24:59 +00:00

Clock Project README
====================

This project creates the standard clock application, and is a good example
of using graphics on the BeOS.
 
Files
=====

The archive should contain the following files:

README.Clock		-- This file
Clock.proj		-- Metrowerks project file
Clock.rsrc		-- Application resource file
makefile		-- project makefile

clock.cpp		-- Source files
clock.h
cl_wind.cpp
cl_wind.h
cl_view.cpp
cl_view.h