Changeset 140 in Main for trunk/Server/tw_version.h


Ignore:
Timestamp:
Sep 23, 2024, 8:31:18 PM (8 weeks ago)
Author:
Nishi
Message:

adding cplusplus thing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_version.h

    r138 r140  
    33#ifndef __TW_VERSION_H__
    44#define __TW_VERSION_H__
     5
     6#ifdef __cplusplus
     7extern "C" {
     8#endif
    59
    610#define TW_VERSION "1.05A\0"
     
    913const char* tw_get_platform(void);
    1014
     15#ifdef __cplusplus
     16}
    1117#endif
     18
     19#endif
Note: See TracChangeset for help on using the changeset viewer.