Files
source/Laptop/insurance Comments.h

10 lines
241 B
C

#ifndef __INSURANCE_COMMENTS_H
#define __INSURANCE_COMMENTS_H
void GameInitInsuranceComments();
BOOLEAN EnterInsuranceComments();
void ExitInsuranceComments();
void HandleInsuranceComments();
void RenderInsuranceComments();
#endif