Skip to content

Commit

Permalink
Eyelink: Formatting/Cleanup and future compat fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinerm committed Sep 5, 2024
1 parent 94ce341 commit 8cc5ae1
Showing 1 changed file with 18 additions and 26 deletions.
44 changes: 18 additions & 26 deletions PsychSourceGL/Source/Common/Eyelink/RegisterProject.h
Original file line number Diff line number Diff line change
@@ -1,38 +1,30 @@
/*
Psychtoolbox-3/PsychSourceGL/Source/Common/Eyelink/RegisterProject.h
/osxptb/trunk/PsychSourceGL/Source/OSX/Eyelink/RegisterProject.h
PROJECTS: Eyelink
AUTHORS:
[email protected] cdb
[email protected] emp
[email protected] fwc
PLATFORMS: Currently only OS X
HISTORY:
11/21/05 cdb Created.
TARGET LOCATION:
Eyelink.mexmac resides in:
EyelinkToolbox
PROJECTS: Eyelink
AUTHORS:
[email protected] cdb
[email protected] emp
[email protected] fwc
PLATFORMS: All
HISTORY:
11/21/05 cdb Created.
*/

//begin include once
// begin include once
#ifndef PSYCH_IS_INCLUDED_RegisterProject
#define PSYCH_IS_INCLUDED_RegisterProject

#include "PsychEyelink.h"
#define PSYCH_NOLM

#include "PsychEyelink.h"

PsychError PsychModuleInit(void);

//end include once
// end include once
#endif




0 comments on commit 8cc5ae1

Please sign in to comment.