20 lines
458 B
C++
20 lines
458 B
C++
//
|
|
// Academic License - for use in teaching, academic research, and meeting
|
|
// course requirements at degree granting institutions only. Not for
|
|
// government, commercial, or other organizational use.
|
|
//
|
|
// controller_terminate.cpp
|
|
//
|
|
// Code generation for function 'controller_terminate'
|
|
//
|
|
|
|
// Include files
|
|
#include "controller_terminate.h"
|
|
|
|
// Function Definitions
|
|
void controller_terminate()
|
|
{
|
|
}
|
|
|
|
// End of code generation (controller_terminate.cpp)
|