mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
import all functions from lego1 exports
This declares a bunch of classes and functions for us, as well as fixes some declarations that were slightly incorrect (e.g. missing "virtual", etc)
This commit is contained in:
11
LEGO1/legonavcontroller.h
Executable file
11
LEGO1/legonavcontroller.h
Executable file
@@ -0,0 +1,11 @@
|
||||
#ifndef LEGONAVCONTROLLER_H
|
||||
#define LEGONAVCONTROLLER_H
|
||||
|
||||
class LegoNavController
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) static void GetDefaults(int *,float *,float *,float *,float *,float *,float *,float *,float *,float *,unsigned char *);
|
||||
__declspec(dllexport) static void SetDefaults(int,float,float,float,float,float,float,float,float,float,unsigned char);
|
||||
};
|
||||
|
||||
#endif // LEGONAVCONTROLLER_H
|
Reference in New Issue
Block a user