FSG / System_

Fork of System_7_14 by Troy Holley

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers conversions.hpp Source File

conversions.hpp

00001 #ifndef CONVERSIONS_HPP
00002 #define CONVERSIONS_HPP
00003 
00004 float counts_to_dist(int count);
00005 
00006 #endif