Advertisement
Guest User

refund.h

a guest
Mar 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #ifndef __FRAMESTAGENOTIFY_H__
  2. #define __FRAMESTAGENOTIFY_H__
  3.  
  4. #ifdef _MSC_VER
  5. #pragma once
  6. #endif
  7.  
  8. #include "stdafx.h"
  9. #include "SDK.h"
  10.  
  11. extern void __stdcall hkFrameStageNotify(ValveSDK::ClientFrameStage_t curStage);
  12.  
  13.  
  14. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement