Changeset 105:43a4a27845da in xplra for src/plugin
- Timestamp:
- 12/15/22 19:16:44 (23 months ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/plugin/src/xplra/plugin.cc
r46 r105 35 35 #include <hu/varadiistvan/xplcommon/Util.h> 36 36 #include <hu/varadiistvan/scpl/config.h> 37 #include <hu/varadiistvan/scpl/Log.h> 37 38 38 39 #include <XPLMDefs.h> … … 55 56 using hu::varadiistvan::xplcommon::Util; 56 57 58 using hu::varadiistvan::scpl::Log; 59 57 60 //------------------------------------------------------------------------------ 58 61 … … 72 75 char* outDescription) 73 76 { 77 Log::registerFunction(&Util::debug); 74 78 Util::debug("hu.varadiistvan.xplra called\n"); 75 79
Note:
See TracChangeset
for help on using the changeset viewer.