Project

General

Profile

Revision 90c7a37c

ID90c7a37c1c096289c25d8238ee99d6031a94396d
Parent 3d0c1eda
Child 3ec16d35

Added by Ben Wasserman over 12 years ago

Added libheadlights.cpp(cpp/h). Also updated constants.h and libscout.(cpp/h) for libheadlights. Have not compiled yet, but it should work.

View differences:

scout/libscout/src/libscout.cpp
66 66
  if(modules & LIB_MOTORS){
67 67
    libmotors_init();
68 68
  }
69
	if(modules & LIB_HEADLIGHTS){
70
    libheadlights_init();
71
  }
69 72
  /** \todo Add other lib inits **/
70 73
  return 0;
71 74
}

Also available in: Unified diff